#[repr(u8)]pub enum Tmectl {
ZZ69 = 0,
ZZ70 = 1,
}Variants§
ZZ69 = 0
FTEST register always reads 0 and writes to FTEST are ignored
ZZ70 = 1
FTEST register is readable and can be written to enable writability of TME
Implementations§
Trait Implementations§
Source§impl Ord for Tmectl
impl Ord for Tmectl
Source§impl PartialOrd for Tmectl
impl PartialOrd for Tmectl
impl Copy for Tmectl
impl Eq for Tmectl
impl StructuralPartialEq for Tmectl
Auto Trait Implementations§
impl Freeze for Tmectl
impl RefUnwindSafe for Tmectl
impl Send for Tmectl
impl Sync for Tmectl
impl Unpin for Tmectl
impl UnwindSafe for Tmectl
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