#[repr(u8)]pub enum Loopopt {
ZZ284 = 0,
ZZ285 = 1,
ZZ286 = 2,
ZZ287 = 3,
ZZ288 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
ZZ284 = 0
Loop is disabled; selected BIST operation is run once
ZZ285 = 1
Loop is enabled; XADR increments by 1 XADR increments by 1 for each new loop. Stops when total loop count meets LOOPCNT+1.
ZZ286 = 2
Loop is enabled; YADR increments by 1 YADR increments by 1 for each new loop. Stops when total loop count meets LOOPCNT+1.
ZZ287 = 3
Loop is enabled; XADR increments by 2 XADR increments by 2 for each new loop. Stops when total loop count meets LOOPCNT+1.
ZZ288 = 4
Loop is enabled; XADR increments by sector XADR increments by 16 for each new loop. Stops when total loop count meets LOOPCNT+1.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Loopopt
impl Ord for Loopopt
Source§impl PartialOrd for Loopopt
impl PartialOrd for Loopopt
impl Copy for Loopopt
impl Eq for Loopopt
impl StructuralPartialEq for Loopopt
Auto Trait Implementations§
impl Freeze for Loopopt
impl RefUnwindSafe for Loopopt
impl Send for Loopopt
impl Sync for Loopopt
impl Unpin for Loopopt
impl UnwindSafe for Loopopt
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