Function stm32l0x1_hal::rcc::as_default

source ·
pub fn as_default(_rcc: RCC) -> Rcc
Expand description

Returns an already-frozen default Rcc config

This config matches the default start-up configuration of the MCU. This is an easy way to elide the code space necessary to support more flexible configuration capability.