Structure holding SPI R/W parameters. More...
#include <nm_bus_wrapper.h>
Public Attributes | |
uint8 * | pu8InBuf |
uint8 * | pu8OutBuf |
uint16 | u16Sz |
Structure holding SPI R/W parameters.
Definition at line 98 of file nm_bus_wrapper.h.
uint8* tstrNmSpiRw::pu8InBuf |
pointer to input buffer. Can be set to null and in this case zeros should be sent at MOSI
Definition at line 100 of file nm_bus_wrapper.h.
uint8* tstrNmSpiRw::pu8OutBuf |
pointer to output buffer. Can be set to null and in this case data from MISO can be ignored
Definition at line 102 of file nm_bus_wrapper.h.
uint16 tstrNmSpiRw::u16Sz |
Transfere size
Definition at line 104 of file nm_bus_wrapper.h.