PwrExt

Trait PwrExt 

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

Extension trait that constrains the PWR peripheral

Required Methods§

Source

fn constrain(self, _: &mut APB1R1) -> Pwr

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

Implementors§