Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dmcpwm_hal.h106 mcpwm_hal_operator_config_t op[SOC_MCPWM_OP_NUM]; ///< Configuration of the operators
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc_caps.h157 #define SOC_MCPWM_OP_NUM 3 ///< Operator that each peripheral has macro
/device/soc/esp/esp32/components/hal/
Dmcpwm_hal.c196 for (int op = 0; op < SOC_MCPWM_OP_NUM; op++) { in mcpwm_hal_fault_disable()
/device/soc/esp/esp32/components/driver/
Dmcpwm.c66 _Static_assert(SOC_MCPWM_OP_NUM >= SOC_MCPWM_TIMER_NUM, "This driver assumes the timer num equals t…