LPMODE_W

Type Alias LPMODE_W 

Source
pub type LPMODE_W<'a> = FieldWriter<'a, u32, LPMODE_SPEC, u8, LPMODE_A, 2, 0>;
Expand description

Field LPMODE writer - Low power mode configuration.

Aliased Type§

pub struct LPMODE_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> LPMODE_W<'a>

Source

pub fn disable(self) -> &'a mut W

Low power mode is disabled.

Source

pub fn enable(self) -> &'a mut W

Low power mode always enabled.

Source

pub fn buen(self) -> &'a mut W

Low power mode enabled in backup mode.