Home
last modified time | relevance | path

Searched refs:ledc_hal_timer_pause (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_hal.h85 #define ledc_hal_timer_pause(hal, timer_sel) ledc_ll_timer_pause((hal)->dev, (hal)->speed_mode, ti… macro
/hal_espressif-3.6.0/components/driver/
Dledc.c233 ledc_hal_timer_pause(&(p_ledc_obj[speed_mode]->ledc_hal), timer_sel); in ledc_timer_pause()