ESP-IDF
mcpwm_capture_enable_channel()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_capture_enable_channel()
mcpwm_capture_enable_channel() function
Syntax
Show:
Summary
Declaration
from
mcpwm_legacy.c:849
esp_err_t
mcpwm_capture_enable_channel
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_capture_channel_id_t
cap_channel
,
const
mcpwm_capture_config_t
*
cap_conf
)
;
Arguments
Argument
mcpwm_num
cap_channel
cap_conf
Examples
References
from
examples
Code
Location
esp_err_t
mcpwm_capture_enable_channel
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_capture_channel_id_t
cap_channel
,
const
mcpwm_capture_config_t
*
cap_conf
)
mcpwm_legacy.c:849
Call Tree
from
examples
mcpwm_capture_enable_channel()
calls 21 functions:
All items filtered out
mcpwm_capture_enable_channel()
esp_intr_alloc()
esp_log_timestamp()
esp_log_write()
esp_clk_tree_enable_src()
esp_clk_tree_src_get_freq_hz()
mcpwm_ll_group_set_clock_source()
mcpwm_ll_group_set_clock_prescale()
mcpwm_ll_intr_enable()
mcpwm_ll_capture_enable_timer()
mcpwm_ll_capture_enable_channel()
mcpwm_ll_capture_enable_posedge()
mcpwm_ll_capture_enable_negedge()
mcpwm_ll_capture_set_prescale()
mcpwm_ll_intr_clear_capture_status()
mcpwm_group_get_resolution()
mcpwm_critical_enter()
mcpwm_critical_exit()
mcpwm_mutex_lock()
mcpwm_mutex_unlock()
mcpwm_module_enable()
mcpwm_hal_init()
All items filtered out
Data Use
from
examples
mcpwm_capture_enable_channel()
reads 24 variables and writes 2 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
soc_periph_mcpwm_timer_clk_src_t::MCPWM_TIMER_CLK_SRC_DEFAULT
soc_periph_mcpwm_capture_clk_src_t::MCPWM_CAPTURE_CLK_SRC_DEFAULT
esp_clk_tree_src_freq_precision_t::ESP_CLK_TREE_SRC_FREQ_PRECISION_CACHED
mcpwm_signal_conn_t::groups
mcpwm_hal_context_t::dev
mcpwm_signal_conn_t::
::irq_id
mcpwm_capture_on_edge_t::MCPWM_NEG_EDGE
mcpwm_capture_on_edge_t::MCPWM_POS_EDGE
mcpwm_capture_config_t::cap_edge
mcpwm_capture_config_t::cap_prescale
mcpwm_capture_config_t::capture_cb
mcpwm_capture_config_t::user_data
mcpwm_default_isr_handler()
TAG
cap_isr_func_t::fn
mcpwm_context_t::mcpwm_intr_handle
mcpwm_context_t::cap_isr_func
context
mcpwm_periph_signals
All items filtered out
mcpwm_capture_enable_channel()
cap_isr_func_t::fn
cap_isr_func_t::args
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