Home
last modified time | relevance | path

Searched refs:MCPWM_TIMER_STOP_EMPTY (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h74 MCPWM_TIMER_STOP_EMPTY, /*!< MCPWM timer stops when next count reaches zero */ enumerator
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h302 case MCPWM_TIMER_STOP_EMPTY: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h302 case MCPWM_TIMER_STOP_EMPTY: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h313 case MCPWM_TIMER_STOP_EMPTY: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h311 case MCPWM_TIMER_STOP_EMPTY: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c203 …pwm_ll_timer_set_start_stop_command(context[mcpwm_num].hal.dev, timer_num, MCPWM_TIMER_STOP_EMPTY); in mcpwm_stop()