Searched refs:MCPWM_ACTION_FORCE_LOW (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | mcpwm_types_legacy.h | 210 MCPWM_ACTION_FORCE_LOW, /*!<Make output low*/ enumerator 218 #define MCPWM_FORCE_MCPWMXA_LOW MCPWM_ACTION_FORCE_LOW /*!< @deprecated Make MCPWMXA outpu… 225 #define MCPWM_FORCE_MCPWMXB_LOW MCPWM_ACTION_FORCE_LOW /*!< @deprecated Make MCPWMXB outpu…
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 340 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 346 …vent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_EMPTY, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 347 …event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 348 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 357 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 363 …ction_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 365 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 366 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_EMPTY, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 367 …ction_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() 377 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type() [all …]
|