![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure contains i2c LLD function pointers. More...
#include <isf_fsl_spi_master_PEx.h>

Data Fields | |
| fnSPIInit_t | fnSPILLDInit |
| fnSPIRead_t | fnSPICLLDRead |
| fnSPIWrite_t | fnSPILLDWrite |
This structure contains i2c LLD function pointers.
Definition at line 26 of file isf_fsl_spi_master_PEx.h.
| fnSPIRead_t fnSPICLLDRead |
Read from a device.
Definition at line 28 of file isf_fsl_spi_master_PEx.h.
| fnSPIInit_t fnSPILLDInit |
Initialize a spi LDD component.
Definition at line 27 of file isf_fsl_spi_master_PEx.h.
Referenced by spi_master_init().
| fnSPIWrite_t fnSPILLDWrite |
Write to a device.
Definition at line 29 of file isf_fsl_spi_master_PEx.h.