#[repr(u8)]pub enum UserIfren {
ZZ417 = 0,
ZZ418 = 1,
}Variants§
ZZ417 = 0
IFREN input to the flash array is driven LOW
ZZ418 = 1
IFREN input to the flash array is driven HIGH
Implementations§
Trait Implementations§
Source§impl Ord for UserIfren
impl Ord for UserIfren
Source§impl PartialOrd for UserIfren
impl PartialOrd for UserIfren
impl Copy for UserIfren
impl Eq for UserIfren
impl StructuralPartialEq for UserIfren
Auto Trait Implementations§
impl Freeze for UserIfren
impl RefUnwindSafe for UserIfren
impl Send for UserIfren
impl Sync for UserIfren
impl Unpin for UserIfren
impl UnwindSafe for UserIfren
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