ESP-IDF
uart_select_args_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_select_args_t
uart_select_args_t struct
Syntax
Show:
Summary
Declaration
from
uart_vfs.c:131
typedef
struct
{
esp_vfs_select_sem_t
select_sem
;
fd_set
*
readfds
;
fd_set
*
writefds
;
fd_set
*
errorfds
;
fd_set
readfds_orig
;
fd_set
writefds_orig
;
fd_set
errorfds_orig
;
}
uart_select_args_t
;
Fields
Field
Declared as
uart_select_args_t::select_sem
esp_vfs_select_sem_t
uart_select_args_t::readfds
fd_set
*
uart_select_args_t::writefds
fd_set
*
uart_select_args_t::errorfds
fd_set
*
uart_select_args_t::readfds_orig
fd_set
uart_select_args_t::writefds_orig
fd_set
uart_select_args_t::errorfds_orig
fd_set
Related Functions
Found 2 other functions taking a
uart_select_args_t
argument:
Function
unregister_select()
register_select()
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