ledc_fade_func_install() function
Install LEDC fade function. This function will occupy interrupt of LEDC module.
Arguments
intr_alloc_flags
Flags used to allocate the interrupt. One or multiple (ORred) ESP_INTR_FLAG_* values. See esp_intr_alloc.h for more info.
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Intr flag error - ESP_ERR_NOT_FOUND Failed to find available interrupt source - ESP_ERR_INVALID_STATE Fade function already installed
Examples
ledc_fade_func_install() is referenced by 10 libraries and example projects: