ESP-IDF
mcpwm_timer_cfg0_reg_t::
::timer_prescale
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_cfg0_reg_t::
::timer_prescale
mcpwm_timer_cfg0_reg_t::
::timer_prescale field
timer_prescale : R/W; bitpos: [7:0]; default: 0; Configure the divisor of PT0_clk, takes effect when PWM timer stops and starts agsin. period of PT0_clk = Period of PWM_clk * (PWM_TIMER_PRESCALE + 1)
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:39
uint32_t
timer_prescale
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
timer_prescale
:
8
;
mcpwm_struct.h:39
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_timer_cfg0_reg_t::
::timer_prescale
is written by 1 function:
mcpwm_ll_timer_set_clock_prescale()
All items filtered out
mcpwm_timer_cfg0_reg_t::
::timer_prescale
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