ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
UartState Struct Reference

Runtime state of the UART driver. More...

#include <fsl_uart_driver.h>

Collaboration diagram for UartState:
Collaboration graph

Data Fields

uint32_t instance
 
LDD_TDeviceData * pDeviceHandle
 
LWEVENT_STRUCT uartEventHandler
 

Detailed Description

Runtime state of the UART driver.

This struct holds data that are used by the UART peripheral driver to communicate between the transfer function and the interrupt handler. The interrupt handler also uses this information to keep track of its progress. The user is only responsible to pass in the memory for this run-time state structure where the UART driver will take care of filling out the members.

Definition at line 40 of file fsl_uart_driver.h.

Field Documentation

LDD_TDeviceData* pDeviceHandle

Pointer to the device handle.

Definition at line 42 of file fsl_uart_driver.h.

Referenced by uart_init(), uart_receive_data(), and uart_send_data().

LWEVENT_STRUCT uartEventHandler

The documentation for this struct was generated from the following file: