Searched refs:uart_select_notif_callback_t (Results 1 – 2 of 2) sorted by relevance
23 typedef void (*uart_select_notif_callback_t)(uart_port_t uart_num, uart_select_notif_t uart_select_… typedef30 void uart_set_select_notif_callback(uart_port_t uart_num, uart_select_notif_callback_t uart_select_…
128 …uart_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()