8 #ifndef ISF_FSL_SPI_MASTER_PEX_H_
9 #define ISF_FSL_SPI_MASTER_PEX_H_
14 typedef LDD_TDeviceData* (*fnSPIInit_t) (LDD_TUserData *apUserData);
18 typedef LDD_TError (*
fnSPIRead_t) (LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size);
22 typedef LDD_TError (*
fnSPIWrite_t) (LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size);
LDD_TDeviceData *(* fnSPIInit_t)(LDD_TUserData *apUserData)
This is the function pointer signature for i2c initialization.
fnSPIWrite_t fnSPILLDWrite
This structure contains i2c LLD function pointers.
fnSPIRead_t fnSPICLLDRead
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.