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

@brief Enable peripheral module by un-gating the clock and de-asserting the reset signal.

@param[in] periph Peripheral module

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