Type Alias xmc4300::ccu80_cc80::tc::EndmW

source ·
pub type EndmW<'a, REG> = FieldWriter<'a, REG, 2, Endm>;
Expand description

Field ENDM writer - Extended Stop Function Control

Aliased Type§

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

Implementations§

source§

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

source

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

Clears the timer run bit only (default stop)

source

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

Clears the timer only (flush)

source

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

Clears the timer and run bit (flush/stop)