ESP-IDF + 0/1 examples
SourceVu will show references to ledc_cb_register() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error - ESP_ERR_INVALID_STATE Channel not initialized - ESP_FAIL Fade function init error

Notes

The callback is called from an ISR, it must never attempt to block, and any FreeRTOS API called must be ISR capable.

References

from examples