Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dmcpwm_hal.h91 float duty[SOC_MCPWM_COMPARATOR_NUM]; ///< Duty rate for each comparator, 10 means 10%.
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc_caps.h158 #define SOC_MCPWM_COMPARATOR_NUM 2 ///< Comparator that each operator has macro
/device/soc/esp/esp32/components/hal/
Dmcpwm_hal.c73 for (int cmp = 0; cmp < SOC_MCPWM_COMPARATOR_NUM; cmp++) { in mcpwm_hal_operator_update_basic()
/device/soc/esp/esp32/components/driver/
Dmcpwm.c67 _Static_assert(SOC_MCPWM_COMPARATOR_NUM >= SOC_MCPWM_GENERATOR_NUM, "This driver assumes the genera…