Skip to main content

LpmodeR

Type Alias LpmodeR 

Source
pub type LpmodeR = FieldReader<Lpmode>;
Expand description

Field LPMODE reader - Low-Power Mode

Aliased Type§

pub struct LpmodeR { /* private fields */ }

Implementations§

Source§

impl LpmodeR

Source

pub const fn variant(&self) -> Option<Lpmode>

Get enumerated values variant

Source

pub fn is_lpmode0000(&self) -> bool

Active/Sleep

Source

pub fn is_lpmode0001(&self) -> bool

Deep Sleep

Source

pub fn is_lpmode0011(&self) -> bool

Power Down

Source

pub fn is_lpmode1111(&self) -> bool

Deep-Power Down