[][src]Trait stm32l0xx_hal::pwr::PowerMode

pub trait PowerMode {
    fn enter(&mut self);
}

Implemented for all low-power modes

Required methods

fn enter(&mut self)

Enters the low-power mode

Loading content...

Implementors

impl<'_> PowerMode for SleepMode<'_>[src]

impl<'_> PowerMode for StandbyMode<'_>[src]

impl<'_> PowerMode for StopMode<'_>[src]

Loading content...