![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the data bus handle. More...
#include <isf_uart_types.h>
Data Fields | |
uart_state_t | uartHandle |
uint8 | id |
uint8 | busState |
uart_BusConfig_t | busConfig |
This structure defines the data bus handle.
Definition at line 23 of file isf_uart_types.h.
uart_BusConfig_t busConfig |
current bus configuration.
Definition at line 29 of file isf_uart_types.h.
Referenced by uart_adapter_acquire_lock(), uart_adapter_configure(), uart_adapter_get_endpoint(), uart_adapter_init(), uart_adapter_read(), uart_adapter_start(), uart_adapter_stop(), and uart_adapter_write().
uint8 busState |
The bus sate.
Definition at line 28 of file isf_uart_types.h.
Referenced by uart_adapter_configure(), uart_adapter_get_endpoint(), uart_adapter_get_state(), uart_adapter_init(), uart_adapter_read(), uart_adapter_start(), uart_adapter_stop(), and uart_adapter_write().
uint8 id |
The unique ID associated with the bus handle.
Definition at line 27 of file isf_uart_types.h.
uart_state_t uartHandle |
The uart current handle.
Definition at line 26 of file isf_uart_types.h.
Referenced by uart_adapter_configure(), uart_adapter_init(), uart_adapter_read(), uart_adapter_start(), uart_adapter_stop(), and uart_adapter_write().