ESP-IDF
mcpwm_sync_config_t::timer_val
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_sync_config_t::timer_val
mcpwm_sync_config_t::timer_val field
Counter value to be set after sync, in 0 ~ 999, unit: 1 / 1000 * peak
Syntax
Show:
Summary
Declaration
from
mcpwm_types_legacy.h:303
uint32_t
timer_val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
timer_val
;
/*!<Counter value to be set after sync, in 0 ~ 999, unit: 1 / 1000 * peak*/
mcpwm_types_legacy.h:303
set_phase
=
mcpwm_ll_timer_get_peak
(
hal
->
dev
,
timer_num
,
false
)
*
sync_conf
->
timer_val
/
1000
;
mcpwm_legacy.c:980
mcpwm_sync_configure()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_sync_config_t::timer_val
is read by 1 function:
All items filtered out
mcpwm_sync_config_t::timer_val
mcpwm_sync_configure()
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