Function esp_idf_hal::sys::periph_module_enable
source ยท pub unsafe extern "C" fn periph_module_enable(periph: u32)
Expand description
@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.