Type Alias xmc4400::can_node0::nfcr::CFMOD_W

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

Field CFMOD writer - CAN Frame Counter Mode

Aliased Type§

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

Implementations§

source§

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

source

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

Frame Count Mode: The frame counter is incremented upon the reception and transmission of frames.

source

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

Time Stamp Mode: The frame counter is used to count bit times.

source

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

Bit Timing Mode: The frame counter is used for analysis of the bit timing.