Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/include/soc/
Dmcpwm_periph.h33 } generators[SOC_MCPWM_GENERATORS_PER_OPERATOR];
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h125 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h180 #define SOC_MCPWM_GENERATORS_PER_OPERATOR (2) ///< The number of generators that each operato… macro
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c52 _Static_assert(SOC_MCPWM_COMPARATORS_PER_OPERATOR >= SOC_MCPWM_GENERATORS_PER_OPERATOR, "This drive…
53 _Static_assert(SOC_MCPWM_GENERATORS_PER_OPERATOR == 2, "This driver assumes the generator num equal…