#[repr(u8)]pub enum UserHem {
ZZ413 = 0,
ZZ414 = 1,
}Variants§
ZZ413 = 0
HEM input to SMW / BIST PIN_CTRL[24] is driven LOW
ZZ414 = 1
HEM input to SMW / BIST PIN_CTRL[24] is driven HIGH
Implementations§
Trait Implementations§
Source§impl Ord for UserHem
impl Ord for UserHem
Source§impl PartialOrd for UserHem
impl PartialOrd for UserHem
impl Copy for UserHem
impl Eq for UserHem
impl StructuralPartialEq for UserHem
Auto Trait Implementations§
impl Freeze for UserHem
impl RefUnwindSafe for UserHem
impl Send for UserHem
impl Sync for UserHem
impl Unpin for UserHem
impl UnwindSafe for UserHem
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