ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_fsl_uart_PEx.h File Reference
#include "PE_Types.h"
Include dependency graph for isf_fsl_uart_PEx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  uart_instance_PEx
 This structure contains i2c LLD function pointers. More...
 

Typedefs

typedef LDD_TDeviceData *(* fnUARTInit_t )(LDD_TUserData *apUserData)
 This is the function pointer signature for i2c initialization. More...
 
typedef 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. More...
 
typedef 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. More...
 

Typedef Documentation

typedef LDD_TDeviceData*(* fnUARTInit_t)(LDD_TUserData *apUserData)

This is the function pointer signature for i2c initialization.

Definition at line 14 of file isf_fsl_uart_PEx.h.

typedef 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.

Definition at line 18 of file isf_fsl_uart_PEx.h.

typedef 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.

Definition at line 22 of file isf_fsl_uart_PEx.h.