ESP-IDF
uart_dev_s::sleep_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_dev_s::sleep_conf
uart_dev_s::sleep_conf field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:235
union
{
struct
{
uint32_t
active_threshold
:
10
;
uint32_t
reserved10
:
22
;
}
;
uint32_t
val
;
}
sleep_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
sleep_conf
;
uart_struct.h:241
hw
->
sleep_conf
.
active_threshold
=
wakeup_thrd
-
(
UART_LL_MIN_WAKEUP_THRESH
-
1
)
;
uart_ll.h:717
uart_ll_set_wakeup_thrd()
return
hw
->
sleep_conf
.
active_threshold
+
(
UART_LL_MIN_WAKEUP_THRESH
-
1
)
;
uart_ll.h:872
uart_ll_get_wakeup_thrd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::sleep_conf
is read by 2 functions:
All items filtered out
uart_dev_s::sleep_conf
uart_ll_set_wakeup_thrd()
uart_ll_get_wakeup_thrd()
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