Searched refs:MCPWM_ACTION_FORCE_HIGH (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | mcpwm_types_legacy.h | 211 MCPWM_ACTION_FORCE_HIGH, /*!<Make output high*/ enumerator 219 #define MCPWM_FORCE_MCPWMXA_HIGH MCPWM_ACTION_FORCE_HIGH /*!< @deprecated Make MCPWMXA outpu… 226 #define MCPWM_FORCE_MCPWMXB_HIGH MCPWM_ACTION_FORCE_HIGH /*!< @deprecated Make MCPWMXB outpu…
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 344 …action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 350 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_EMPTY, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 351 …vent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 352 …action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 359 …tion_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 361 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 369 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_FULL, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 370 …t(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_EMPTY, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 371 …tion_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() 376 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_EMPTY, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type() [all …]
|