#[repr(u8)]pub enum Ersien0 {
Show 16 variants
ZZ31 = 0,
ZZ32 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
ZZ31 = 0
Block 0 IFR Sector X is protected from erase by ERSSCR command
ZZ32 = 1
Block 0 IFR Sector X is not protected from erase by ERSSCR command
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Ersien0
impl Ord for Ersien0
Source§impl PartialOrd for Ersien0
impl PartialOrd for Ersien0
impl Copy for Ersien0
impl Eq for Ersien0
impl StructuralPartialEq for Ersien0
Auto Trait Implementations§
impl Freeze for Ersien0
impl RefUnwindSafe for Ersien0
impl Send for Ersien0
impl Sync for Ersien0
impl Unpin for Ersien0
impl UnwindSafe for Ersien0
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