Searched refs:SOC_MCPWM_OP_NUM (Results 1 – 4 of 4) sorted by relevance
106 mcpwm_hal_operator_config_t op[SOC_MCPWM_OP_NUM]; ///< Configuration of the operators
157 #define SOC_MCPWM_OP_NUM 3 ///< Operator that each peripheral has macro
196 for (int op = 0; op < SOC_MCPWM_OP_NUM; op++) { in mcpwm_hal_fault_disable()
66 _Static_assert(SOC_MCPWM_OP_NUM >= SOC_MCPWM_TIMER_NUM, "This driver assumes the timer num equals t…