Trait RccExt

Source
pub trait RccExt {
    // Required method
    fn constrain(self) -> Rcc;
}
Expand description

Extension trait that constrains the RCC peripheral

Required Methods§

Source

fn constrain(self) -> Rcc

Constrains the RCC peripheral so it plays nicely with the other abstractions

Implementations on Foreign Types§

Source§

impl RccExt for RCC

Implementors§