Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_hal.h194 #define ledc_hal_set_duty_int_part(hal, channel_num, duty_val) ledc_ll_set_duty_int_part((hal)->de… macro
/hal_espressif-3.6.0/components/driver/
Dledc.c192 ledc_hal_set_duty_int_part(&(p_ledc_obj[speed_mode]->ledc_hal), channel, duty_val); in ledc_duty_config()