ESP-IDF
uart_select_notif_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_select_notif_t
uart_select_notif_t enum
Syntax
Show:
Summary
Declaration
from
uart_select.h:17
enum
{
UART_SELECT_READ_NOTIF
,
UART_SELECT_WRITE_NOTIF
,
UART_SELECT_ERROR_NOTIF
,
}
;
Values
Value
Declared as
uart_select_notif_t::UART_SELECT_READ_NOTIF
uart_select_notif_t::UART_SELECT_WRITE_NOTIF
uart_select_notif_t::UART_SELECT_ERROR_NOTIF
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
uart_select.h:17
}
uart_select_notif_t
;
uart_select.h:21
uart_select_notif_t
typedef
void
(
*
uart_select_notif_callback_t
)
(
uart_port_t
uart_num
,
uart_select_notif_t
uart_select_notif
,
BaseType_t
*
task_woken
)
;
uart_select.h:23
static
void
select_notif_callback_isr
(
uart_port_t
uart_num
,
uart_select_notif_t
uart_select_notif
,
BaseType_t
*
task_woken
)
uart_vfs.c:459
select_notif_callback_isr()
select_notif_callback_isr()::uart_select_notif
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
Instance
Scope
Location
Project
select_notif_callback_isr()::uart_select_notif
select_notif_callback_isr()
uart_vfs.c:459
Lifecycle
from
examples
All items filtered out
All items filtered out