UART functions.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
static Usart * | get_usart (uint8_t port) |
ISR (USART_HANDLER_0) | |
ISR (USART_HANDLER_1) | |
void | uart_close (uint8_t port) |
Closes communication line. More... | |
void | uart_config (uint8_t port, usb_cdc_line_coding_t *cfg) |
Configures communication line. More... | |
void | uart_open (uint8_t port) |
Opens communication line. More... | |
void | uart_rx_notify (uint8_t port) |
Called by CDC interface Callback running when CDC device have received data. More... | |
static void | usart_handler (uint8_t port) |
Variables | |
static sam_usart_opt_t | usart_options |
|
static |
References NULL.
Referenced by uart_config(), uart_open(), uart_rx_notify(), and usart_handler().
ISR | ( | USART_HANDLER_0 | ) |
References usart_handler().
ISR | ( | USART_HANDLER_1 | ) |
References usart_handler().
void uart_close | ( | uint8_t | port | ) |
Closes communication line.
Referenced by main_cdc_disable().
void uart_config | ( | uint8_t | port, |
usb_cdc_line_coding_t * | cfg | ||
) |
Configures communication line.
cfg | line configuration |
void uart_open | ( | uint8_t | port | ) |
Opens communication line.
Referenced by main_cdc_enable().
void uart_rx_notify | ( | uint8_t | port | ) |
Called by CDC interface Callback running when CDC device have received data.
|
static |
References get_usart(), udi_cdc_multi_getc(), udi_cdc_multi_is_rx_ready(), udi_cdc_multi_is_tx_ready(), udi_cdc_multi_putc(), udi_cdc_multi_signal_framing_error(), udi_cdc_multi_signal_overrun(), ui_com_error(), ui_com_overflow(), ui_com_rx_start(), ui_com_rx_stop(), ui_com_tx_start(), ui_com_tx_stop(), usart_disable_interrupt(), usart_disable_tx(), usart_enable_rx(), usart_get_status(), usart_read(), usart_reset_rx(), and usart_write().
Referenced by ISR().
|
static |