HAL_UART Callback function definition. More...
#include <hal_uart.h>
Public Attributes | |
void(* | uart_msp_init )(uart_handle_t *p_uart) |
void(* | uart_msp_deinit )(uart_handle_t *p_uart) |
void(* | uart_tx_cplt_callback )(uart_handle_t *p_uart) |
void(* | uart_rx_cplt_callback )(uart_handle_t *p_uart) |
void(* | uart_error_callback )(uart_handle_t *p_uart) |
void(* | uart_abort_cplt_callback )(uart_handle_t *p_uart) |
void(* | uart_abort_tx_cplt_callback )(uart_handle_t *p_uart) |
void(* | uart_abort_rx_cplt_callback )(uart_handle_t *p_uart) |
HAL_UART Callback function definition.
Definition at line 207 of file hal_uart.h.
void(* _hal_uart_callback::uart_abort_cplt_callback) (uart_handle_t *p_uart) |
UART abort completed callback
Definition at line 214 of file hal_uart.h.
void(* _hal_uart_callback::uart_abort_rx_cplt_callback) (uart_handle_t *p_uart) |
UART abort receive complete callback
Definition at line 216 of file hal_uart.h.
void(* _hal_uart_callback::uart_abort_tx_cplt_callback) (uart_handle_t *p_uart) |
UART abort tansmit complete callback
Definition at line 215 of file hal_uart.h.
void(* _hal_uart_callback::uart_error_callback) (uart_handle_t *p_uart) |
UART error callback
Definition at line 213 of file hal_uart.h.
void(* _hal_uart_callback::uart_msp_deinit) (uart_handle_t *p_uart) |
UART de-init MSP callback
Definition at line 210 of file hal_uart.h.
void(* _hal_uart_callback::uart_msp_init) (uart_handle_t *p_uart) |
UART init MSP callback
Definition at line 209 of file hal_uart.h.
void(* _hal_uart_callback::uart_rx_cplt_callback) (uart_handle_t *p_uart) |
UART rx transfer completed callback
Definition at line 212 of file hal_uart.h.
void(* _hal_uart_callback::uart_tx_cplt_callback) (uart_handle_t *p_uart) |
UART tx transfer completed callback
Definition at line 211 of file hal_uart.h.