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

@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