ESP-IDF
rmt_dev_t::conf_ch
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
rmt_dev_t::conf_ch
rmt_dev_t::conf_ch field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:18
volatile
struct
{
union
{
struct
{
uint32_t
div_cnt
:
8
;
uint32_t
idle_thres
:
16
;
uint32_t
mem_size
:
4
;
uint32_t
carrier_en
:
1
;
uint32_t
carrier_out_lv
:
1
;
uint32_t
mem_pd
:
1
;
uint32_t
clk_en
:
1
;
}
;
uint32_t
val
;
}
conf0
;
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
;
}
conf_ch
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
}
conf_ch
[
8
]
;
rmt_struct.h:50
dev
->
conf_ch
[
0
]
.
conf0
.
clk_en
=
enable
;
// register clock gating
rmt_ll.h:87
rmt_ll_enable_periph_clock()
dev
->
conf_ch
[
0
]
.
conf0
.
mem_pd
=
1
;
rmt_ll.h:107
rmt_ll_mem_force_power_off()
dev
->
conf_ch
[
0
]
.
conf0
.
mem_pd
=
0
;
rmt_ll.h:117
rmt_ll_mem_power_by_pmu()
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()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
div_cnt
,
div
)
;
rmt_ll.h:205
rmt_ll_tx_set_channel_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
]
.
conf0
.
mem_size
=
block_num
;
rmt_ll.h:244
rmt_ll_tx_set_mem_blocks()
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
[
channel
]
.
conf0
.
carrier_en
=
enable
;
rmt_ll.h:330
rmt_ll_tx_enable_carrier_modulation()
dev
->
conf_ch
[
channel
]
.
conf0
.
carrier_out_lv
=
level
;
rmt_ll.h:342
rmt_ll_tx_set_carrier_level()
dev
->
conf_ch
[
i
]
.
conf1
.
ref_cnt_rst
=
1
;
rmt_ll.h:357
rmt_ll_rx_reset_channels_clock_div()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
div_cnt
,
div
)
;
rmt_ll.h:376
rmt_ll_rx_set_channel_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
]
.
conf0
.
mem_size
=
block_num
;
rmt_ll.h:416
rmt_ll_rx_set_mem_blocks()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
idle_thres
,
thres
)
;
rmt_ll.h:429
rmt_ll_rx_set_idle_thres()
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()
uint32_t
div
=
HAL_FORCE_READ_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
div_cnt
)
;
rmt_ll.h:597
rmt_ll_tx_get_channel_clock_div()
uint32_t
div
=
HAL_FORCE_READ_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
div_cnt
)
;
rmt_ll.h:604
rmt_ll_rx_get_channel_clock_div()
return
HAL_FORCE_READ_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
idle_thres
)
;
rmt_ll.h:611
rmt_ll_rx_get_idle_thres()
return
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
;
rmt_ll.h:617
rmt_ll_tx_get_mem_blocks()
return
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
;
rmt_ll.h:623
rmt_ll_rx_get_mem_blocks()
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
[
0
]
.
conf0
.
mem_pd
;
rmt_ll.h:656
rmt_ll_is_mem_force_powered_down()
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::conf_ch
is read by 33 functions:
All items filtered out
rmt_dev_t::conf_ch
rmt_ll_enable_periph_clock()
rmt_ll_mem_force_power_off()
rmt_ll_mem_power_by_pmu()
rmt_ll_set_group_clock_src()
rmt_ll_tx_reset_channels_clock_div()
rmt_ll_tx_set_channel_clock_div()
rmt_ll_tx_reset_pointer()
rmt_ll_tx_start()
rmt_ll_tx_set_mem_blocks()
rmt_ll_tx_enable_loop()
rmt_ll_tx_fix_idle_level()
rmt_ll_tx_enable_carrier_modulation()
rmt_ll_tx_set_carrier_level()
rmt_ll_rx_reset_channels_clock_div()
rmt_ll_rx_set_channel_clock_div()
rmt_ll_rx_reset_pointer()
rmt_ll_rx_enable()
rmt_ll_rx_set_mem_blocks()
rmt_ll_rx_set_idle_thres()
rmt_ll_rx_set_mem_owner()
rmt_ll_rx_enable_filter()
rmt_ll_rx_set_filter_thres()
rmt_ll_tx_get_channel_clock_div()
rmt_ll_rx_get_channel_clock_div()
rmt_ll_rx_get_idle_thres()
rmt_ll_tx_get_mem_blocks()
rmt_ll_rx_get_mem_blocks()
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_is_mem_force_powered_down()
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