Home
last modified time | relevance | path

Searched refs:MCPWM_TIMER_EVENT_PEAK (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/driver/
Dmcpwm.c311 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_GEN… in mcpwm_set_duty_type()
315 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
319 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
323 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
329 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
333 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
337 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
341 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
356 …on_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
359 …tion_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACT… in mcpwm_set_duty_type()
[all …]
/hal_espressif-3.4.0/components/hal/include/hal/
Dmcpwm_types.h24 MCPWM_TIMER_EVENT_PEAK, /*!< MCPWM timer counts to peak */ enumerator
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h414 } else if (event == MCPWM_TIMER_EVENT_PEAK) { in mcpwm_ll_timer_sync_out_on_timer_event()
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h396 } else if (event == MCPWM_TIMER_EVENT_PEAK) { in mcpwm_ll_timer_sync_out_on_timer_event()