[][src]Trait solo_bsc::prelude::_stm32l4_hal_PwrExt

pub trait _stm32l4_hal_PwrExt {
    fn constrain(self, &mut APB1R1) -> Pwr;
}

Extension trait that constrains the PWR peripheral

Required methods

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

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

Loading content...

Implementors

impl PwrExt for PWR[src]

Loading content...