Searched refs:MCPWM_ACTION_NO_CHANGE (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | mcpwm.h | 227 MCPWM_ACTION_NO_CHANGE = 0, /*!<No change in the output*/ enumerator 235 #define MCPWM_NO_CHANGE_IN_MCPWMXA MCPWM_ACTION_NO_CHANGE /*!< @deprecated No change in MCPWM… 242 #define MCPWM_NO_CHANGE_IN_MCPWMXB MCPWM_ACTION_NO_CHANGE /*!< @deprecated No change in MCPWM…
|
/hal_espressif-3.6.0/components/driver/ |
D | mcpwm.c | 315 …event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_NO_CHANGE); in mcpwm_set_duty_type() 330 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_NO_CHANGE); in mcpwm_set_duty_type() 334 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_NO_CHANGE); in mcpwm_set_duty_type()
|