Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/include/soc/
Dmcpwm_periph.h25 } generators[SOC_MCPWM_GENERATORS_PER_OPERATOR];
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h226 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
DKconfig.soc_caps.in430 config SOC_MCPWM_GENERATORS_PER_OPERATOR config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h297 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
DKconfig.soc_caps.in698 config SOC_MCPWM_GENERATORS_PER_OPERATOR config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h219 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
DKconfig.soc_caps.in530 config SOC_MCPWM_GENERATORS_PER_OPERATOR config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h309 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
DKconfig.soc_caps.in694 config SOC_MCPWM_GENERATORS_PER_OPERATOR config
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c61 ESP_STATIC_ASSERT(SOC_MCPWM_COMPARATORS_PER_OPERATOR >= SOC_MCPWM_GENERATORS_PER_OPERATOR, "This dr…
62 ESP_STATIC_ASSERT(SOC_MCPWM_GENERATORS_PER_OPERATOR == 2, "This driver assumes the generator num eq…