esp_clk_tree_enable_src() function
Enable / Disable the clock gate of the clock source
Arguments
clk_src
Clock source available to modules, in soc_module_clk_t
enable
Enable / Disable the clock gate
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error
Notes
!!! WARNING !!! There's no reference counter to protect the clock source status, the caller should use the interface with CAUTION to disable the clock source to avoid damaging other peripherals that are dependent on the clock source.