Function esp_idf_hal::sys::periph_module_reset
source ยท pub unsafe extern "C" fn periph_module_reset(periph: u32)
Expand description
@brief Reset peripheral module by asserting and de-asserting the reset signal.
@param[in] periph Peripheral module
@note Calling this function does not enable or disable the clock for the module.