ESP-IDF
mcpwm_set_timer_sync_output()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_set_timer_sync_output()
mcpwm_set_timer_sync_output() function
Syntax
Show:
Summary
Declaration
from
mcpwm_legacy.c:1030
esp_err_t
mcpwm_set_timer_sync_output
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_timer_t
timer_num
,
mcpwm_timer_sync_trigger_t
trigger
)
;
Arguments
Argument
mcpwm_num
timer_num
trigger
Examples
References
from
examples
Code
Location
esp_err_t
mcpwm_set_timer_sync_output
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_timer_t
timer_num
,
mcpwm_timer_sync_trigger_t
trigger
)
mcpwm_legacy.c:1030
Call Tree
from
examples
mcpwm_set_timer_sync_output()
calls 7 functions:
All items filtered out
mcpwm_set_timer_sync_output()
esp_log_timestamp()
esp_log_write()
mcpwm_ll_timer_propagate_input_sync()
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm_ll_timer_disable_sync_out()
mcpwm_critical_enter()
mcpwm_critical_exit()
All items filtered out
Data Use
from
examples
mcpwm_set_timer_sync_output()
reads 15 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
mcpwm_hal_context_t::dev
mcpwm_timer_event_t::MCPWM_TIMER_EVENT_EMPTY
mcpwm_timer_event_t::MCPWM_TIMER_EVENT_FULL
mcpwm_timer_sync_trigger_t::MCPWM_SWSYNC_SOURCE_SYNCIN
mcpwm_timer_sync_trigger_t::MCPWM_SWSYNC_SOURCE_TEZ
mcpwm_timer_sync_trigger_t::MCPWM_SWSYNC_SOURCE_TEP
mcpwm_timer_sync_trigger_t::MCPWM_SWSYNC_SOURCE_DISABLED
TAG
mcpwm_context_t::hal
context
All items filtered out
mcpwm_set_timer_sync_output()
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