APM:Libraries
|
#include <usart.h>
Public Attributes | |
Handler | callback |
uint8_t | txbusy |
uint8_t | rx_buf [USART_RX_BUF_SIZE] |
uint8_t | tx_buf [USART_TX_BUF_SIZE] |
uint8_t | is_used |
Handler usart_state::callback |
Definition at line 22 of file usart.h.
Referenced by usart_rx_irq(), usart_set_callback(), and usart_setup().
uint8_t usart_state::is_used |
Definition at line 29 of file usart.h.
Referenced by usart_disable(), usart_enable(), and usart_is_used().
uint8_t usart_state::rx_buf[USART_RX_BUF_SIZE] |
Definition at line 26 of file usart.h.
Referenced by usart_setup().
uint8_t usart_state::tx_buf[USART_TX_BUF_SIZE] |
Definition at line 27 of file usart.h.
Referenced by usart_setup().
uint8_t usart_state::txbusy |
Definition at line 24 of file usart.h.
Referenced by usart_reset_tx(), usart_setup(), usart_tx(), and usart_tx_irq().