Searched refs:ledc_fade_func_install (Results 1 – 9 of 9) sorted by relevance
69 ledc_fade_func_install(0); in mesh_light_init()
72 ledc_fade_func_install(0); in mesh_light_init()
376 esp_err_t ledc_fade_func_install(int intr_alloc_flags);
182 ledc_fade_func_install(0); in app_main()
84 TEST_ESP_OK(ledc_fade_func_install(0)); in fade_setup()314 TEST_ESP_OK(ledc_fade_func_install(0));
105 LED PWM 控制器硬件可逐渐改变占空比的数值。要使用此功能,需用函数 :cpp:func:`ledc_fade_func_install` 使能渐变,之后用下列可用渐变函数之一配置:
369 ledc_fade_func_install(0); in iot_light_channel_regist()
105 …nother. To use this functionality, enable fading with :cpp:func:`ledc_fade_func_install` and then …
816 esp_err_t ledc_fade_func_install(int intr_alloc_flags) in ledc_fade_func_install() function