XCORE SDK
XCORE Software Development Kit
|
#include <uart.h>
Public Attributes | |
uart_state_t | state |
port_t | rx_port |
uint32_t | bit_time_ticks |
uint32_t | next_event_time_ticks |
uart_parity_t | parity |
uint8_t | num_data_bits |
uint8_t | current_data_bit |
uint8_t | uart_data |
uint8_t | stop_bits |
uint8_t | current_stop_bit |
uart_callback_code_t | cb_code |
HIL_UART_RX_CALLBACK_ATTR void(* | uart_rx_complete_callback_arg )(void *app_data) |
HIL_UART_RX_CALLBACK_ATTR void(* | uart_rx_error_callback_arg )(uart_callback_code_t callback_code, void *app_data) |
void * | app_data |
hwtimer_t | tmr |
uart_buffer_t | buffer |
Struct to hold a UART Rx context.
The members in this struct should not be accessed directly. Use the API provided instead.