ESP-IDF
uart_dev_s::
::
::active_threshold
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::
::
::active_threshold
uart_dev_s::
::
::active_threshold field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:237
uint32_t
active_threshold
:
10
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
active_threshold
:
10
;
/*When the input rxd edge changes more than this register value, the uart is active from light sleeping mode.*/
uart_struct.h:237
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::
::
::active_threshold
is written by 1 function and is read by 1 function:
uart_ll_set_wakeup_thrd()
All items filtered out
uart_dev_s::
::
::active_threshold
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