|
ChibiOS 21.11.4
|
Driver configuration structure. More...
#include <hal_uart_lld.h>

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