[][src]Function esp_idf_sys::periph_module_reset

pub unsafe extern "C" fn periph_module_reset(periph: periph_module_t)

@brief reset peripheral module

@param[in] periph : Peripheral module name

Reset will asserted then de-assrted for the peripheral.

Calling this function does not enable or disable the clock for the module.

@return NULL