Enum Tcl
pub enum Tcl {
_0 = 0,
_1 = 1,
}Expand description
Time Compensation Lock
Value on reset: 1
Variants§
_0 = 0
0: Time Compensation Register is locked and writes are ignored.
_1 = 1
1: Time Compensation Register is not locked and writes complete as normal.
Trait Implementations§
impl Copy for Tcl
impl Eq for Tcl
impl StructuralPartialEq for Tcl
Auto Trait Implementations§
impl Freeze for Tcl
impl RefUnwindSafe for Tcl
impl Send for Tcl
impl Sync for Tcl
impl Unpin for Tcl
impl UnwindSafe for Tcl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more