Type Alias xmc4800::ccu40_cc40::tc::ECM_W

source ·
pub type ECM_W<'a, REG> = BitWriter<'a, REG, ECM_A>;
Expand description

Field ECM writer - Extended Capture Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ECM_W<'a, REG>
where REG: Writable + RegisterSpec,

source

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

Normal Capture Mode. Clear of the Full Flag of each capture register is done by accessing the registers individually only.

source

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

Extended Capture Mode. Clear of the Full Flag of each capture register is done not only by accessing the individual registers but also by accessing the ECRD register. When reading the ECRD register, only the capture register register full flag pointed by the ECRD.VPTR is cleared.