XCORE SDK
XCORE Software Development Kit
|
#include <uart.h>
Public Attributes | |
uart_state_t | state |
port_t | tx_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 |
HIL_UART_TX_CALLBACK_ATTR void(* | uart_tx_empty_callback_fptr )(void *app_data) |
void * | app_data |
hwtimer_t | tmr |
uart_buffer_t | buffer |
Struct to hold a UART Tx context.
The members in this struct should not be accessed directly. Use the API provided instead.