TclR

Type Alias TclR 

pub type TclR = BitReader<Tcl>;
Expand description

Field TCL reader - Time Compensation Lock

Aliased Type§

pub struct TclR { /* private fields */ }

Implementations§

§

impl TclR

pub const fn variant(&self) -> Tcl

Get enumerated values variant

pub fn is_0(&self) -> bool

Time Compensation Register is locked and writes are ignored.

pub fn is_1(&self) -> bool

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