pub trait PwrExt {
    fn constrain(self, _: &mut APB1R1) -> Pwr;
}
Expand description

Extension trait that constrains the PWR peripheral

Required methods

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

Implementors