ESP-IDF
uart_dev_s::
::
::tick_ref_always_on
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::
::
::tick_ref_always_on
uart_dev_s::
::
::tick_ref_always_on field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:184
uint32_t
tick_ref_always_on
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
tick_ref_always_on
:
1
;
/*This register is used to select the clock.1:apb clock:ref_tick*/
uart_struct.h:184
hw
->
conf0
.
tick_ref_always_on
=
0
;
uart_ll.h:167
uart_ll_set_sclk()
hw
->
conf0
.
tick_ref_always_on
=
1
;
uart_ll.h:170
uart_ll_set_sclk()
switch
(
hw
->
conf0
.
tick_ref_always_on
)
{
uart_ll.h:188
uart_ll_get_sclk()
if
(
hw
->
conf0
.
tick_ref_always_on
==
0
)
{
uart_ll.h:973
uart_ll_set_rx_tout()
if
(
hw
->
conf0
.
tick_ref_always_on
==
0
)
{
uart_ll.h:1000
uart_ll_get_rx_tout_thr()
if
(
hw
->
conf0
.
tick_ref_always_on
==
0
)
{
uart_ll.h:1019
uart_ll_max_tout_thrd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::tick_ref_always_on
is written by 1 function and is read by 4 functions:
uart_ll_set_sclk()
All items filtered out
uart_dev_s::
::
::tick_ref_always_on
uart_ll_get_sclk()
uart_ll_set_rx_tout()
uart_ll_get_rx_tout_thr()
uart_ll_max_tout_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