Searched refs:MCPWM_DUTY_MODE_FORCE_LOW (Results 1 – 2 of 2) sorted by relevance
181 MCPWM_DUTY_MODE_FORCE_LOW, /*!< Forced to output low level */ enumerator186 #define MCPWM_HAL_GENERATOR_MODE_FORCE_LOW MCPWM_DUTY_MODE_FORCE_LOW /*!< @deprecated Forced to …
345 } else if (duty_type == MCPWM_DUTY_MODE_FORCE_LOW) { in mcpwm_set_duty_type()364 } else if (duty_type == MCPWM_DUTY_MODE_FORCE_LOW) { in mcpwm_set_duty_type()383 } else if (duty_type == MCPWM_DUTY_MODE_FORCE_LOW) { in mcpwm_set_duty_type()503 return mcpwm_set_duty_type(mcpwm_num, timer_num, gen, MCPWM_DUTY_MODE_FORCE_LOW); in mcpwm_set_signal_low()