Home
last modified time | relevance | path

Searched refs:timer_start (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/driver/
Dtimer.h72 esp_err_t timer_start(timer_group_t group_num, timer_idx_t timer_num);
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h303 mcpwm->timer[timer_id].timer_cfg1.timer_start = 0; in mcpwm_ll_timer_set_start_stop_command()
306 mcpwm->timer[timer_id].timer_cfg1.timer_start = 1; in mcpwm_ll_timer_set_start_stop_command()
309 mcpwm->timer[timer_id].timer_cfg1.timer_start = 2; in mcpwm_ll_timer_set_start_stop_command()
312 mcpwm->timer[timer_id].timer_cfg1.timer_start = 3; in mcpwm_ll_timer_set_start_stop_command()
315 mcpwm->timer[timer_id].timer_cfg1.timer_start = 4; in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h303 mcpwm->timer[timer_id].timer_cfg1.timer_start = 0; in mcpwm_ll_timer_set_start_stop_command()
306 mcpwm->timer[timer_id].timer_cfg1.timer_start = 1; in mcpwm_ll_timer_set_start_stop_command()
309 mcpwm->timer[timer_id].timer_cfg1.timer_start = 2; in mcpwm_ll_timer_set_start_stop_command()
312 mcpwm->timer[timer_id].timer_cfg1.timer_start = 3; in mcpwm_ll_timer_set_start_stop_command()
315 mcpwm->timer[timer_id].timer_cfg1.timer_start = 4; in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h314 mcpwm->timer[timer_id].timer_cfg1.timer_start = 0; in mcpwm_ll_timer_set_start_stop_command()
317 mcpwm->timer[timer_id].timer_cfg1.timer_start = 1; in mcpwm_ll_timer_set_start_stop_command()
320 mcpwm->timer[timer_id].timer_cfg1.timer_start = 2; in mcpwm_ll_timer_set_start_stop_command()
323 mcpwm->timer[timer_id].timer_cfg1.timer_start = 3; in mcpwm_ll_timer_set_start_stop_command()
326 mcpwm->timer[timer_id].timer_cfg1.timer_start = 4; in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h312 mcpwm->timer[timer_id].timer_cfg1.timer_start = 0; in mcpwm_ll_timer_set_start_stop_command()
315 mcpwm->timer[timer_id].timer_cfg1.timer_start = 1; in mcpwm_ll_timer_set_start_stop_command()
318 mcpwm->timer[timer_id].timer_cfg1.timer_start = 2; in mcpwm_ll_timer_set_start_stop_command()
321 mcpwm->timer[timer_id].timer_cfg1.timer_start = 3; in mcpwm_ll_timer_set_start_stop_command()
324 mcpwm->timer[timer_id].timer_cfg1.timer_start = 4; in mcpwm_ll_timer_set_start_stop_command()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h65 uint32_t timer_start: 3; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dmcpwm_struct.h65 uint32_t timer_start: 3; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmcpwm_struct.h64 uint32_t timer_start:3; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmcpwm_struct.h64 uint32_t timer_start:3; member
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c99 esp_err_t timer_start(timer_group_t group_num, timer_idx_t timer_num) in timer_start() function