StopoW

Type Alias StopoW 

pub type StopoW<'a, REG> = FieldWriter<'a, REG, 2, Stopo>;
Expand description

Field STOPO writer - Stop Option

Aliased Type§

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

Implementations§

§

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

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

STOP1 - Stop with both system and bus clocks disabled

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

STOP2 - Stop with system clock disabled and bus clock enabled