[][src]Function esp_idf_sys::periph_module_enable

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

@brief enable peripheral module

@param[in] periph : Peripheral module name

Clock for the module will be ungated, and reset de-asserted.

@return NULL