ESP-IDF
rmt_dev_t::
::
::
::ref_always_on
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
rmt_dev_t::
::
::
::ref_always_on
rmt_dev_t::
::
::
::ref_always_on field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:43
uint32_t
ref_always_on
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
ref_always_on
:
1
;
/*This bit is used to select base clock. 1'b1:clk_apb 1'b0:clk_ref*/
rmt_struct.h:43
dev
->
conf_ch
[
channel
]
.
conf1
.
ref_always_on
=
1
;
rmt_ll.h:149
rmt_ll_set_group_clock_src()
dev
->
conf_ch
[
channel
]
.
conf1
.
ref_always_on
=
0
;
rmt_ll.h:152
rmt_ll_set_group_clock_src()
if
(
dev
->
conf_ch
[
channel
]
.
conf1
.
ref_always_on
)
{
rmt_ll.h:635
rmt_ll_get_group_clock_src()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::
::
::
::ref_always_on
is written by 1 function and is read by 1 function:
rmt_ll_set_group_clock_src()
All items filtered out
rmt_dev_t::
::
::
::ref_always_on
rmt_ll_get_group_clock_src()
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