Searched refs:ledc_hal_get_max_duty (Results 1 – 2 of 2) sorted by relevance
172 #define ledc_hal_get_max_duty(hal, channel_num, max_duty) ledc_ll_get_max_duty((hal)->dev, (hal)->… macro
165 ledc_hal_get_max_duty(&(p_ledc_obj[speed_mode]->ledc_hal), channel, &max_duty); in ledc_get_max_duty()