Function esp_idf_sys::periph_module_enable
source ยท pub unsafe extern "C" fn periph_module_enable(periph: periph_module_t)
Expand description
@note The following APIs are no longer supported since ESP32P4, please use the RCC lock macros instead. / /** @brief Enable peripheral module by un-gating the clock and de-asserting the reset signal.
@param[in] periph Peripheral module
@note If @c periph_module_enable() is called a number of times, @c periph_module_disable() has to be called the same number of times, in order to put the peripheral into disabled state.