StopmW

Type Alias StopmW 

pub type StopmW<'a, REG> = FieldWriter<'a, REG, 3, Stopm>;
Expand description

Field STOPM writer - Stop Mode Control

Aliased Type§

pub struct StopmW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> StopmW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _000(self) -> &'a mut W<REG>

Normal Stop (STOP)

pub fn _010(self) -> &'a mut W<REG>

Very-Low-Power Stop (VLPS)

pub fn _110(self) -> &'a mut W<REG>

Reserved