TimerSrcW

Type Alias TimerSrcW 

pub type TimerSrcW<'a, REG> = BitWriter<'a, REG, TimerSrc>;
Expand description

Field TIMER_SRC writer - Timer Source

Aliased Type§

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

Implementations§

§

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

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

The Free Running Timer is clocked by the CAN bit clock, which defines the baud rate on the CAN bus.

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

The Free Running Timer is clocked by an external time tick. The period can be either adjusted to be equal to the baud rate on the CAN bus, or a different value as required. See the device specific section for details about the external time tick.