ChibiOS/HAL
6.1.0
|
Driver configuration structure. More...
#include <hal_uart_lld.h>
Data Fields | |
uartcb_t | txend1_cb |
End of transmission buffer callback. More... | |
uartcb_t | txend2_cb |
Physical end of transmission callback. More... | |
uartcb_t | rxend_cb |
Receive buffer filled callback. More... | |
uartccb_t | rxchar_cb |
Character received while out if the UART_RECEIVE state. More... | |
uartecb_t | rxerr_cb |
Receive error callback. More... | |
Driver configuration structure.
Definition at line 100 of file hal_uart_lld.h.
uartcb_t UARTConfig::txend1_cb |
End of transmission buffer callback.
Definition at line 104 of file hal_uart_lld.h.
uartcb_t UARTConfig::txend2_cb |
Physical end of transmission callback.
Definition at line 108 of file hal_uart_lld.h.
uartcb_t UARTConfig::rxend_cb |
Receive buffer filled callback.
Definition at line 112 of file hal_uart_lld.h.
uartccb_t UARTConfig::rxchar_cb |
Character received while out if the UART_RECEIVE
state.
Definition at line 116 of file hal_uart_lld.h.
uartecb_t UARTConfig::rxerr_cb |
Receive error callback.
Definition at line 120 of file hal_uart_lld.h.