Home
last modified time | relevance | path

Searched refs:SOC_MCPWM_OPERATORS_PER_GROUP (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/soc/include/soc/
Dmcpwm_periph.h34 } operators[SOC_MCPWM_OPERATORS_PER_GROUP];
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h123 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h178 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c51 _Static_assert(SOC_MCPWM_OPERATORS_PER_GROUP >= SOC_MCPWM_TIMERS_PER_GROUP, "This driver assumes th…
693 for (int i = 0; i < SOC_MCPWM_OPERATORS_PER_GROUP; i++) { in mcpwm_fault_deinit()