pub trait RccExt { // Required method fn freeze(self, config: Config) -> Rcc; }
Extension trait that freezes the RCC peripheral with provided clocks configuration
RCC