io_mux_set_clock_source() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxArgumentsReferencesCall Tree

Return value

- ESP_OK: Success - ESP_ERR_INVALID_STATE: The IO MUX has been set to another clock source

Notes

IO MUX clock is shared by submodules like SDM, Glitch Filter. The submodule drivers should call this function to detect if the user set the clock differently.

References