![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the spi slave command format. More...
#include <isf_spi_master_types.h>
Data Fields | |
uint32 | size |
uint8 * | pReadBuffer |
uint8 * | pWriteBuffer |
This structure defines the spi slave command format.
Definition at line 31 of file isf_spi_master_types.h.
uint8* pReadBuffer |
The handle the readbuffer.
Definition at line 35 of file isf_spi_master_types.h.
Referenced by fsl_veryon_spi_slave_read_postprocess(), fsl_veryon_spi_slave_read_preprocess(), and fsl_veryon_spi_slave_write_preprocess().
uint8* pWriteBuffer |
The handle the writecommand.
Definition at line 36 of file isf_spi_master_types.h.
Referenced by fsl_veryon_spi_slave_read_preprocess(), and fsl_veryon_spi_slave_write_preprocess().
uint32 size |
The tranfer size.
Definition at line 34 of file isf_spi_master_types.h.
Referenced by fsl_veryon_spi_slave_read_postprocess(), fsl_veryon_spi_slave_read_preprocess(), and fsl_veryon_spi_slave_write_preprocess().