Searched refs:MCPWM_TIMER_EVENT_ZERO (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/driver/ |
D | mcpwm.c | 310 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_GEN… in mcpwm_set_duty_type() 314 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_GEN… in mcpwm_set_duty_type() 318 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 322 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 330 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 334 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 338 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 342 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 348 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() 352 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACT… in mcpwm_set_duty_type() [all …]
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | mcpwm_types.h | 23 MCPWM_TIMER_EVENT_ZERO, /*!< MCPWM timer counts to zero */ enumerator
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 412 if (event == MCPWM_TIMER_EVENT_ZERO) { in mcpwm_ll_timer_sync_out_on_timer_event()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 394 if (event == MCPWM_TIMER_EVENT_ZERO) { in mcpwm_ll_timer_sync_out_on_timer_event()
|