ESP-IDF
+
0
/1 examples
SourceVu will show references to
mcpwm_timer_sync_phase_config_t::count_value
from the following samples and libraries:
mcpwm_sync sample
Symbol previews are coming soon...
Symbols
loading (1/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
mcpwm_timer_sync_phase_config_t::count_value
mcpwm_timer_sync_phase_config_t::count_value field
The count value that should lock to upon sync event
Syntax
Show:
Summary
Declaration
from
mcpwm_timer.h:152
uint32_t
count_value
;
Examples
mcpwm_timer_sync_phase_config_t::count_value
is referenced by 1 libraries and example projects:
mcpwm_sync sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
count_value
;
/*!< The count value that should lock to upon sync event */
mcpwm_timer.h:152
ESP_RETURN_ON_FALSE
(
config
->
count_value
<
MCPWM_LL_MAX_COUNT_VALUE
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid sync count value"
)
;
mcpwm_timer.c:332
mcpwm_timer_set_phase_on_sync()
mcpwm_ll_timer_set_sync_phase_value
(
hal
->
dev
,
timer_id
,
config
->
count_value
)
;
mcpwm_timer.c:363
mcpwm_timer_set_phase_on_sync()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
mcpwm_timer_sync_phase_config_t::count_value
is read by 1 function:
All items filtered out
mcpwm_timer_sync_phase_config_t::count_value
mcpwm_timer_set_phase_on_sync()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out