[][src]Function esp_idf_bindgen::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.

@note If periph_module_enable is called a number of times, periph_module_disable has to be called the same number of times in order to put the peripheral into disabled state.

@return NULL