Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/include/soc/
Dmcpwm_periph.h26 } operators[SOC_MCPWM_OPERATORS_PER_GROUP];
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h224 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
DKconfig.soc_caps.in422 config SOC_MCPWM_OPERATORS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h295 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
DKconfig.soc_caps.in690 config SOC_MCPWM_OPERATORS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h217 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
DKconfig.soc_caps.in522 config SOC_MCPWM_OPERATORS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h307 #define SOC_MCPWM_OPERATORS_PER_GROUP (3) ///< The number of operators that each group has macro
DKconfig.soc_caps.in686 config SOC_MCPWM_OPERATORS_PER_GROUP config
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c60 ESP_STATIC_ASSERT(SOC_MCPWM_OPERATORS_PER_GROUP >= SOC_MCPWM_TIMERS_PER_GROUP, "This driver assumes…
726 for (int i = 0; i < SOC_MCPWM_OPERATORS_PER_GROUP; i++) { in mcpwm_fault_deinit()