TfcW

Type Alias TfcW 

pub type TfcW<'a, REG> = BitWriter<'a, REG, Tfc>;
Expand description

Field TFC writer - Timer Free-Running Counter

Aliased Type§

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

Implementations§

§

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

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

CNR is reset whenever TCF is set.

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

CNR is reset on overflow.