Function esp_idf_sys::periph_module_disable
source ยท pub unsafe extern "C" fn periph_module_disable(
periph: periph_module_t,
)
Expand description
@brief Disable peripheral module by gating the clock and 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.