Home
last modified time | relevance | path

Searched refs:uart_select_notif_callback_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/uart/include/driver/
Duart_select.h23 typedef void (*uart_select_notif_callback_t)(uart_port_t uart_num, uart_select_notif_t uart_select_… typedef
30 void uart_set_select_notif_callback(uart_port_t uart_num, uart_select_notif_callback_t uart_select_…
/hal_espressif-latest/components/driver/uart/
Duart.c128uart_select_notif_callback_t uart_select_notif_callback; /*!< Notification about select() events */
1634 void uart_set_select_notif_callback(uart_port_t uart_num, uart_select_notif_callback_t uart_select_… in uart_set_select_notif_callback()
1637 …p_uart_obj[uart_num]->uart_select_notif_callback = (uart_select_notif_callback_t) uart_select_noti… in uart_set_select_notif_callback()