ESP-IDF
uart_set_select_notif_callback()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_set_select_notif_callback()
uart_set_select_notif_callback() function
Set notification callback function for select() events
Syntax
Show:
Summary
Declaration
Definition
from
uart_select.h:30
void
uart_set_select_notif_callback
(
uart_port_t
uart_num
,
uart_select_notif_callback_t
uart_select_notif_callback
)
;
Implemented in
uart.c:1840
Arguments
Argument
Description
uart_num
UART port number
uart_select_notif_callback
callback function
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out