Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_hal.h260 #define ledc_hal_get_channel_timer(hal, channel_num, timer_sel) ledc_ll_get_channel_timer((hal)->d… macro
/hal_espressif-3.6.0/components/driver/
Dledc.c727 ledc_hal_get_channel_timer(&(p_ledc_obj[speed_mode]->ledc_hal), channel, &timer_sel); in _ledc_set_fade_with_time()