Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h76MCPWM_TIMER_START_NO_STOP, /*!< MCPWM timer starts couting, and don't stop until received stop … enumerator
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h308 case MCPWM_TIMER_START_NO_STOP: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h308 case MCPWM_TIMER_START_NO_STOP: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h319 case MCPWM_TIMER_START_NO_STOP: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h317 case MCPWM_TIMER_START_NO_STOP: in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c193 …_ll_timer_set_start_stop_command(context[mcpwm_num].hal.dev, timer_num, MCPWM_TIMER_START_NO_STOP); in mcpwm_start()