Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dmcpwm_types.h35 MCPWM_TIMER_STOP_AT_ZERO, /*!< MCPWM timer stops when couting to zero */ enumerator
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h359 case MCPWM_TIMER_STOP_AT_ZERO: in mcpwm_ll_timer_set_execute_command()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h353 case MCPWM_TIMER_STOP_AT_ZERO: in mcpwm_ll_timer_set_execute_command()
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c200 …cpwm_ll_timer_set_execute_command(context[mcpwm_num].hal.dev, timer_num, MCPWM_TIMER_STOP_AT_ZERO); in mcpwm_stop()