ChibiOS/HAL  6.1.0
UARTConfig Struct Reference

Driver configuration structure. More...

#include <hal_uart_lld.h>

Collaboration diagram for UARTConfig:
Collaboration graph

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...
 

Detailed Description

Driver configuration structure.

Note
Implementations may extend this structure to contain more, architecture dependent, fields.

Definition at line 100 of file hal_uart_lld.h.

Field Documentation

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.