TclW

Type Alias TclW 

pub type TclW<'a, REG> = BitWriter<'a, REG, Tcl>;
Expand description

Field TCL writer - Time Compensation Lock

Aliased Type§

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

Implementations§

§

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

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

Time Compensation Register is locked and writes are ignored.

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

Time Compensation Register is not locked and writes complete as normal.