#[repr(u8)]pub enum Smwtst {
ZZ209 = 0,
ZZ210 = 1,
ZZ211 = 2,
_RESERVED_3 = 3,
}Variants§
ZZ209 = 0
Default
ZZ210 = 1
Enable SMWR self-test mode, DOUT from macro will be forced to all 0
ZZ211 = 2
Enable SMWR self-test mode, DOUT from macro will be forced to all 1
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Smwtst
impl Ord for Smwtst
Source§impl PartialOrd for Smwtst
impl PartialOrd for Smwtst
impl Copy for Smwtst
impl Eq for Smwtst
impl StructuralPartialEq for Smwtst
Auto Trait Implementations§
impl Freeze for Smwtst
impl RefUnwindSafe for Smwtst
impl Send for Smwtst
impl Sync for Smwtst
impl Unpin for Smwtst
impl UnwindSafe for Smwtst
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