RunmW

Type Alias RunmW 

pub type RunmW<'a, REG> = FieldWriter<'a, REG, 2, Runm>;
Expand description

Field RUNM writer - Run Mode Control

Aliased Type§

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

Implementations§

§

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

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

Normal Run mode (RUN)

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

Very-Low-Power Run mode (VLPR)

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

High Speed Run mode (HSRUN)