ledc_stop() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error

Notes

If `CONFIG_LEDC_CTRL_FUNC_IN_IRAM` is enabled, this function will be placed in the IRAM by linker, makes it possible to execute even when the Cache is disabled. This function is allowed to run within ISR context.

References

from examples