#[repr(u8)]pub enum Tstctl {
ZZ215 = 0,
ZZ216 = 1,
ZZ217 = 2,
ZZ218 = 3,
}Variants§
ZZ215 = 0
Default, disable both BIST self-test and MISR
ZZ216 = 1
Enable BIST self-test mode DOUT from macro will be forced to ‘0’, and disable MISR.
ZZ217 = 2
Enable MISR
ZZ218 = 3
Enable both BIST self-test mode and MISR
Implementations§
Trait Implementations§
Source§impl Ord for Tstctl
impl Ord for Tstctl
Source§impl PartialOrd for Tstctl
impl PartialOrd for Tstctl
impl Copy for Tstctl
impl Eq for Tstctl
impl StructuralPartialEq for Tstctl
Auto Trait Implementations§
impl Freeze for Tstctl
impl RefUnwindSafe for Tstctl
impl Send for Tstctl
impl Sync for Tstctl
impl Unpin for Tstctl
impl UnwindSafe for Tstctl
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