[][src]Function esp_idf_sys::periph_module_disable

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

@brief disable peripheral module

@param[in] periph : Peripheral module name

Clock for the module will be gated, reset asserted.

@return NULL