Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
tstrNmSpiRw Struct Reference
Structure holding SPI R/W parameters. More...
#include <nm_bus_wrapper.h>
Data Fields | |
| uint8 * | pu8InBuf |
| uint8 * | pu8OutBuf |
| 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.
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2