ESP-IDF
mcpwm_timer_regs_t::timer_cfg0
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
mcpwm_timer_regs_t::timer_cfg0
mcpwm_timer_regs_t::timer_cfg0 field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1417
mcpwm_timer_cfg0_reg_t
timer_cfg0
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_timer_cfg0_reg_t
timer_cfg0
;
mcpwm_struct.h:1417
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
,
timer_prescale
,
prescale
-
1
)
;
mcpwm_ll.h:244
mcpwm_ll_timer_set_clock_prescale()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
,
timer_period
,
peak
-
1
)
;
mcpwm_ll.h:259
mcpwm_ll_timer_set_peak()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
,
timer_period
,
peak
)
;
mcpwm_ll.h:261
mcpwm_ll_timer_set_peak()
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
.
timer_period_upmethod
=
0
;
mcpwm_ll.h:274
mcpwm_ll_timer_update_period_at_once()
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
.
timer_period_upmethod
|=
0x01
;
mcpwm_ll.h:287
mcpwm_ll_timer_enable_update_period_on_tez()
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
.
timer_period_upmethod
&=
~
0x01
;
mcpwm_ll.h:289
mcpwm_ll_timer_enable_update_period_on_tez()
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
.
timer_period_upmethod
|=
0x02
;
mcpwm_ll.h:303
mcpwm_ll_timer_enable_update_period_on_sync()
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
.
timer_period_upmethod
&=
~
0x02
;
mcpwm_ll.h:305
mcpwm_ll_timer_enable_update_period_on_sync()
return
HAL_FORCE_READ_U32_REG_FIELD
(
mcpwm
->
timer
[
timer_id
]
.
timer_cfg0
,
timer_period
)
+
(
symmetric
?
0
:
1
)
;
mcpwm_ll.h:1626
mcpwm_ll_timer_get_peak()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_timer_regs_t::timer_cfg0
is read by 6 functions:
All items filtered out
mcpwm_timer_regs_t::timer_cfg0
mcpwm_ll_timer_set_clock_prescale()
mcpwm_ll_timer_set_peak()
mcpwm_ll_timer_update_period_at_once()
mcpwm_ll_timer_enable_update_period_on_tez()
mcpwm_ll_timer_enable_update_period_on_sync()
mcpwm_ll_timer_get_peak()
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