Type Alias xmc4300::ccu40_cc40::tc::CcsW

source ·
pub type CcsW<'a, REG> = BitWriter<'a, REG, Ccs>;
Expand description

Field CCS writer - Continuous Capture Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The capture into a specific capture register is done with the rules linked with the full flags, described at .

source

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

The capture into the capture registers is always done regardless of the full flag status (even if the register has not been read back).