esp_clock_output_stop() function
Stop clock signal to GPIO outputting
Arguments
clkout_mapping_hdl
Clock output mapping control handle
Return value
- ESP_OK: Disable the clock output on GPIO successfully - ESP_ERR_INVALID_ARG The clock mapping handle is not initialized yet - ESP_ERR_INVALID_STATE The clock mapping handle is already in the disabled state