Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/test/
Dtest_ledc.c284 ledc_timer_t timer_select[4] = {LEDC_TIMER_0, LEDC_TIMER_1, LEDC_TIMER_2, LEDC_TIMER_3}; variable
292 ledc_ch_config.timer_sel = timer_select[k];
293 ledc_time_config.timer_num = timer_select[k];
/hal_espressif-3.5.0/components/driver/
Dledc.c362 uint32_t timer_select = ledc_conf->timer_sel; in ledc_channel_config() local
370 LEDC_ARG_CHECK(timer_select < LEDC_TIMER_MAX, "timer_select"); in ledc_channel_config()
391 ledc_bind_channel_timer(speed_mode, ledc_channel, timer_select); in ledc_channel_config()
395 ledc_channel, gpio_num, duty, timer_select in ledc_channel_config()