Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_hal.h172 #define ledc_hal_get_max_duty(hal, channel_num, max_duty) ledc_ll_get_max_duty((hal)->dev, (hal)->… macro
/hal_espressif-3.6.0/components/driver/
Dledc.c165 ledc_hal_get_max_duty(&(p_ledc_obj[speed_mode]->ledc_hal), channel, &max_duty); in ledc_get_max_duty()