pub trait RccExt {
    fn freeze(self, config: Config) -> Rcc;
}
Expand description

Extension trait that freezes the RCC peripheral with provided clocks configuration

Required Methods

Implementors