pub trait RccExt {
// Required methods
fn constrain(self) -> Rcc;
fn freeze(self, rcc_cfg: impl Into<RawConfig>, acr: &mut ACR) -> Rcc;
}
Expand description
Extension trait that constrains the RCC
peripheral
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.