![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "PE_Types.h"
Go to the source code of this file.
Data Structures | |
struct | spi_master_instance_PEx |
This structure contains i2c LLD function pointers. More... | |
Typedefs | |
typedef LDD_TDeviceData *(* | fnSPIInit_t )(LDD_TUserData *apUserData) |
This is the function pointer signature for i2c initialization. More... | |
typedef 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. More... | |
typedef 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. More... | |
typedef LDD_TDeviceData*(* fnSPIInit_t)(LDD_TUserData *apUserData) |
This is the function pointer signature for i2c initialization.
Definition at line 14 of file isf_fsl_spi_master_PEx.h.
typedef 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.
Definition at line 18 of file isf_fsl_spi_master_PEx.h.
typedef 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.
Definition at line 22 of file isf_fsl_spi_master_PEx.h.