Trait RccExt

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

Extension trait that freezes the RCC peripheral with provided clocks configuration

Required Methods§

Source

fn freeze(self, config: Config) -> Rcc

Implementors§