Home
last modified time | relevance | path

Searched refs:MCPWM_ACTION_FORCE_HIGH (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dmcpwm.c316 …action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
322 …vent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
323 …vent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
324 …action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
331 …tion_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
333 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
341 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
342 …nt(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
343 …tion_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
348 …vent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_FORCE_HIGH); in mcpwm_set_duty_type()
[all …]
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c269 } else if (action_a == MCPWM_ACTION_FORCE_HIGH) { in mcpwm_check_generator_level_on_fault()
275 } else if (action_b == MCPWM_ACTION_FORCE_HIGH) { in mcpwm_check_generator_level_on_fault()
282 mcpwm_action_on_pwmxa_t action_a[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_cbc_test()
283 mcpwm_action_on_pwmxb_t action_b[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_cbc_test()
318 mcpwm_action_on_pwmxa_t action_a[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_ost_test()
319 mcpwm_action_on_pwmxb_t action_b[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_ost_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h229 MCPWM_ACTION_FORCE_HIGH, /*!<Make output high*/ enumerator
237 #define MCPWM_FORCE_MCPWMXA_HIGH MCPWM_ACTION_FORCE_HIGH /*!< @deprecated Make MCPWMXA outpu…
244 #define MCPWM_FORCE_MCPWMXB_HIGH MCPWM_ACTION_FORCE_HIGH /*!< @deprecated Make MCPWMXB outpu…