ESP-IDF
mcpwm_capture_disable_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_disable_channel()
mcpwm_capture_disable_channel() function
Syntax
Show:
Summary
Declaration
from
mcpwm_legacy.c:901
esp_err_t
mcpwm_capture_disable_channel
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_capture_channel_id_t
cap_channel
)
;
Arguments
Argument
mcpwm_num
cap_channel
Examples
References
from
examples
Code
Location
esp_err_t
mcpwm_capture_disable_channel
(
mcpwm_unit_t
mcpwm_num
,
mcpwm_capture_channel_id_t
cap_channel
)
mcpwm_legacy.c:901
Call Tree
from
examples
mcpwm_capture_disable_channel()
calls 10 functions:
All items filtered out
mcpwm_capture_disable_channel()
esp_intr_free()
esp_log_timestamp()
esp_log_write()
mcpwm_ll_intr_enable()
mcpwm_ll_capture_enable_channel()
mcpwm_critical_enter()
mcpwm_critical_exit()
mcpwm_mutex_lock()
mcpwm_mutex_unlock()
mcpwm_module_disable()
All items filtered out
Data Use
from
examples
mcpwm_capture_disable_channel()
reads 11 variables and writes 3 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
TAG
cap_isr_func_t::fn
mcpwm_context_t::mcpwm_intr_handle
mcpwm_context_t::cap_isr_func
context
All items filtered out
mcpwm_capture_disable_channel()
cap_isr_func_t::fn
cap_isr_func_t::args
mcpwm_context_t::mcpwm_intr_handle
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