ESP-IDF
rmt_dev_t::
::conf1
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::
::conf1
rmt_dev_t::
::conf1 field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:31
union
{
struct
{
uint32_t
tx_start
:
1
;
uint32_t
rx_en
:
1
;
uint32_t
mem_wr_rst
:
1
;
uint32_t
mem_rd_rst
:
1
;
uint32_t
apb_mem_rst
:
1
;
uint32_t
mem_owner
:
1
;
uint32_t
tx_conti_mode
:
1
;
uint32_t
rx_filter_en
:
1
;
uint32_t
rx_filter_thres
:
8
;
uint32_t
ref_cnt_rst
:
1
;
uint32_t
ref_always_on
:
1
;
uint32_t
idle_out_lv
:
1
;
uint32_t
idle_out_en
:
1
;
uint32_t
reserved20
:
12
;
}
;
uint32_t
val
;
}
conf1
;
Examples
References
from
examples
Code
Location
Referrer
}
conf1
;
rmt_struct.h:49
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()
dev
->
conf_ch
[
i
]
.
conf1
.
ref_cnt_rst
=
1
;
rmt_ll.h:186
rmt_ll_tx_reset_channels_clock_div()
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_rd_rst
=
1
;
rmt_ll.h:217
rmt_ll_tx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_rd_rst
=
0
;
rmt_ll.h:218
rmt_ll_tx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
apb_mem_rst
=
1
;
rmt_ll.h:219
rmt_ll_tx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
apb_mem_rst
=
0
;
rmt_ll.h:220
rmt_ll_tx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
tx_start
=
1
;
rmt_ll.h:232
rmt_ll_tx_start()
dev
->
conf_ch
[
channel
]
.
conf1
.
tx_conti_mode
=
enable
;
rmt_ll.h:269
rmt_ll_tx_enable_loop()
dev
->
conf_ch
[
channel
]
.
conf1
.
idle_out_en
=
enable
;
rmt_ll.h:283
rmt_ll_tx_fix_idle_level()
dev
->
conf_ch
[
channel
]
.
conf1
.
idle_out_lv
=
level
;
rmt_ll.h:284
rmt_ll_tx_fix_idle_level()
dev
->
conf_ch
[
i
]
.
conf1
.
ref_cnt_rst
=
1
;
rmt_ll.h:357
rmt_ll_rx_reset_channels_clock_div()
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_wr_rst
=
1
;
rmt_ll.h:388
rmt_ll_rx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_wr_rst
=
0
;
rmt_ll.h:389
rmt_ll_rx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
apb_mem_rst
=
1
;
rmt_ll.h:390
rmt_ll_rx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
apb_mem_rst
=
0
;
rmt_ll.h:391
rmt_ll_rx_reset_pointer()
dev
->
conf_ch
[
channel
]
.
conf1
.
rx_en
=
enable
;
rmt_ll.h:404
rmt_ll_rx_enable()
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_owner
=
owner
;
rmt_ll.h:442
rmt_ll_rx_set_mem_owner()
dev
->
conf_ch
[
channel
]
.
conf1
.
rx_filter_en
=
enable
;
rmt_ll.h:455
rmt_ll_rx_enable_filter()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf1
,
rx_filter_thres
,
thres
)
;
rmt_ll.h:468
rmt_ll_rx_set_filter_thres()
return
dev
->
conf_ch
[
channel
]
.
conf1
.
tx_conti_mode
;
rmt_ll.h:629
rmt_ll_tx_is_loop_enabled()
if
(
dev
->
conf_ch
[
channel
]
.
conf1
.
ref_always_on
)
{
rmt_ll.h:635
rmt_ll_get_group_clock_src()
return
dev
->
conf_ch
[
channel
]
.
conf1
.
idle_out_en
;
rmt_ll.h:644
rmt_ll_tx_is_idle_enabled()
return
dev
->
conf_ch
[
channel
]
.
conf1
.
idle_out_lv
;
rmt_ll.h:650
rmt_ll_tx_get_idle_level()
return
dev
->
conf_ch
[
channel
]
.
conf1
.
mem_owner
;
rmt_ll.h:662
rmt_ll_rx_get_mem_owner()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::
::conf1
is read by 17 functions:
All items filtered out
rmt_dev_t::
::conf1
rmt_ll_set_group_clock_src()
rmt_ll_tx_reset_channels_clock_div()
rmt_ll_tx_reset_pointer()
rmt_ll_tx_start()
rmt_ll_tx_enable_loop()
rmt_ll_tx_fix_idle_level()
rmt_ll_rx_reset_channels_clock_div()
rmt_ll_rx_reset_pointer()
rmt_ll_rx_enable()
rmt_ll_rx_set_mem_owner()
rmt_ll_rx_enable_filter()
rmt_ll_rx_set_filter_thres()
rmt_ll_tx_is_loop_enabled()
rmt_ll_get_group_clock_src()
rmt_ll_tx_is_idle_enabled()
rmt_ll_tx_get_idle_level()
rmt_ll_rx_get_mem_owner()
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