Skip to main content

CkmodeW

Type Alias CkmodeW 

Source
pub type CkmodeW<'a, REG> = FieldWriter<'a, REG, 4, Ckmode>;
Expand description

Field CKMODE writer - Clocking Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

Core clock is on

Source

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

Core clock is off

Source

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

Core, platform, and peripheral clocks are off, and core enters Low-Power mode