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.c File Reference

isf_fsl_uart_PEx.c implements PEx properties and event. Its also implements LDD overriding events. More...

#include "isf_fsl_uart_PEx.h"
#include "mqxlite.h"
#include "lwevent.h"
#include "fsl_uart_driver.h"
#include "isf_uart_adapter.h"
#include "Serial_ISF_UART1.h"
Include dependency graph for isf_fsl_uart_PEx.c:

Go to the source code of this file.

Variables

const uart_instance_PEx uart_instance_tbl []
 Lookup table for the LLD instance. More...
 

Detailed Description

isf_fsl_uart_PEx.c implements PEx properties and event. Its also implements LDD overriding events.

File:isf_fsl_uart_PEx.c

Copyright (c) 2012-2014, Freescale Semiconductor, Inc.

Definition in file isf_fsl_uart_PEx.c.

Variable Documentation

const uart_instance_PEx uart_instance_tbl[]
Initial value:
= {
{
.fnUARTLLDInit = (fnUARTInit_t)&Serial_ISF_UART1_Init,
}
}
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.
LDD_TError Serial_ISF_UART1_SendBlock(LDD_TDeviceData *DeviceDataPtr, LDD_TData *BufferPtr, uint16_t Size)
Sends a block of characters. The method returns ERR_BUSY when the previous block transmission is not ...
LDD_TDeviceData * Serial_ISF_UART1_Init(LDD_TUserData *UserDataPtr)
Initializes the device. Allocates memory for the device data structure, allocates interrupt vectors a...
LDD_TError Serial_ISF_UART1_ReceiveBlock(LDD_TDeviceData *DeviceDataPtr, LDD_TData *BufferPtr, uint16_t Size)
Specifies the number of data to receive. The method returns ERR_BUSY until the specified number of ch...

Lookup table for the LLD instance.

Definition at line 24 of file isf_fsl_uart_PEx.c.