20 #include "SPIMasterBus1.h"
29 .fnSPICLLDRead = (
fnSPIRead_t)&SPIMasterBus1_ReceiveBlock,
const spi_master_instance_PEx spi_master_instance_tbl[]
Lookup table for the LLD instance.
isf_spi_master_adapter.h defines the API definitions and types for the spi master protocol adapter...
fsl_spi_master_driver.h defines structures and types for the spi master driver.
LDD_TDeviceData *(* fnSPIInit_t)(LDD_TUserData *apUserData)
This is the function pointer signature for i2c initialization.
This structure contains i2c LLD function pointers.
LDD_TError(* fnSPIRead_t)(LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size)
This is the function pointer signature for reading the data from a specified device.
LDD_TError(* fnSPIWrite_t)(LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size)
This is the the function pointer signature for writing the data to a specified device.