Trait stm32l4_hal::pwr::PwrExt

source ·
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§