pub trait RccExt {
// Required methods
fn constrain(self) -> Rcc;
fn freeze(self, rcc_cfg: Config) -> Rcc;
}
Expand description
Extension trait that constrains the RCC
peripheral
pub trait RccExt {
// Required methods
fn constrain(self) -> Rcc;
fn freeze(self, rcc_cfg: Config) -> Rcc;
}
Extension trait that constrains the RCC
peripheral