8 #ifndef ISF_FSL_UART_PEX_H_
9 #define ISF_FSL_UART_PEX_H_
14 typedef LDD_TDeviceData* (*fnUARTInit_t) (LDD_TUserData *apUserData);
18 typedef LDD_TError (*
fnUARTRead_t) (LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size);
22 typedef LDD_TError (*
fnUARTWrite_t) (LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size);
This structure contains i2c LLD function pointers.
fnUARTRead_t fnUARTCLLDRead
LDD_TError(* fnUARTWrite_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.
LDD_TError(* fnUARTRead_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_TDeviceData *(* fnUARTInit_t)(LDD_TUserData *apUserData)
This is the function pointer signature for i2c initialization.
fnUARTWrite_t fnUARTLLDWrite
fnUARTInit_t fnUARTLLDInit