Home
last modified time | relevance | path

Searched refs:SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/soc/include/soc/
Dmcpwm_periph.h32 } captures[SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER];
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c95 …cap_isr_func_t cap_isr_func[SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER]; // handler for ISR callback, on…
779 for (int i = 0; i < SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER; ++i) { in mcpwm_default_isr_handler()
801 …ESP_RETURN_ON_FALSE(cap_channel < SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER, ESP_ERR_INVALID_ARG, TAG, … in mcpwm_capture_enable_channel()
850 …ESP_RETURN_ON_FALSE(cap_channel < SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER, ESP_ERR_INVALID_ARG, TAG, … in mcpwm_capture_disable_channel()
864 for (int i = 0; i < SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER; ++i) { in mcpwm_capture_disable_channel()
887 if (mcpwm_num >= MCPWM_UNIT_MAX || cap_sig >= SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER) { in mcpwm_capture_signal_get_value()
909 if (mcpwm_num >= MCPWM_UNIT_MAX || cap_sig >= SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER) { in mcpwm_capture_signal_get_edge()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h230 #define SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER (3) ///< The number of capture channels that each c… macro
DKconfig.soc_caps.in446 config SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h301 #define SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER (3) ///< The number of capture channels that each c… macro
DKconfig.soc_caps.in714 config SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h223 #define SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER (3) ///< The number of capture channels that each c… macro
DKconfig.soc_caps.in546 config SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h313 #define SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER (3) ///< The number of capture channels that each c… macro
DKconfig.soc_caps.in710 config SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER config