Home
last modified time | relevance | path

Searched refs:SOC_MCPWM_COMPARATORS_PER_OPERATOR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h124 #define SOC_MCPWM_COMPARATORS_PER_OPERATOR (2) ///< The number of comparators that each operat… macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h179 #define SOC_MCPWM_COMPARATORS_PER_OPERATOR (2) ///< The number of comparators that each operat… macro
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c52 _Static_assert(SOC_MCPWM_COMPARATORS_PER_OPERATOR >= SOC_MCPWM_GENERATORS_PER_OPERATOR, "This drive…