ESP-IDF
rmt_dev_t::
::conf0
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::
::conf0
rmt_dev_t::
::conf0 field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:19
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
;
Examples
References
from
examples
Code
Location
Referrer
}
conf0
;
rmt_struct.h:30
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()
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
]
.
conf0
.
mem_size
=
block_num
;
rmt_ll.h:244
rmt_ll_tx_set_mem_blocks()
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()
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
]
.
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()
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
[
0
]
.
conf0
.
mem_pd
;
rmt_ll.h:656
rmt_ll_is_mem_force_powered_down()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::
::conf0
is read by 16 functions:
All items filtered out
rmt_dev_t::
::conf0
rmt_ll_enable_periph_clock()
rmt_ll_mem_force_power_off()
rmt_ll_mem_power_by_pmu()
rmt_ll_tx_set_channel_clock_div()
rmt_ll_tx_set_mem_blocks()
rmt_ll_tx_enable_carrier_modulation()
rmt_ll_tx_set_carrier_level()
rmt_ll_rx_set_channel_clock_div()
rmt_ll_rx_set_mem_blocks()
rmt_ll_rx_set_idle_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_is_mem_force_powered_down()
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