NetBurner 3.1
tstrNmSpiRw Struct Reference

Structure holding SPI R/W parameters. More...

#include <nm_bus_wrapper.h>

Public Attributes

uint8pu8InBuf
 
uint8pu8OutBuf
 
uint16 u16Sz
 

Detailed Description

Structure holding SPI R/W parameters.

See also
NM_BUS_IOCTL_RW

Member Data Documentation

◆ pu8InBuf

uint8* tstrNmSpiRw::pu8InBuf

pointer to input buffer. Can be set to null and in this case zeros should be sent at MOSI

◆ pu8OutBuf

uint8* tstrNmSpiRw::pu8OutBuf

pointer to output buffer. Can be set to null and in this case data from MISO can be ignored

◆ u16Sz

uint16 tstrNmSpiRw::u16Sz

Transfere size


The documentation for this struct was generated from the following file: