Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrNmSpiRw Struct Reference

tstrNmSpiRw Struct Reference

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

#include <nm_bus_wrapper.h>

Data Fields

uint8pu8InBuf
uint8pu8OutBuf
uint16 u16Sz

Detailed Description

Structure holding SPI R/W parameters.

See also:
NM_BUS_IOCTL_RW

Definition at line 106 of file nm_bus_wrapper.h.


Field Documentation

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

Definition at line 108 of file nm_bus_wrapper.h.

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

Definition at line 110 of file nm_bus_wrapper.h.

Transfere size

Definition at line 112 of file nm_bus_wrapper.h.