Enum Bksel
#[repr(u8)]pub enum Bksel {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Bank1 is selected for Bank erase / sector erase / interrupt enable
B_0X1 = 1
Bank2 is selected for BER / SER
Implementations§
Trait Implementations§
§impl Ord for Bksel
impl Ord for Bksel
§impl PartialOrd for Bksel
impl PartialOrd for Bksel
impl Copy for Bksel
impl Eq for Bksel
impl StructuralPartialEq for Bksel
Auto Trait Implementations§
impl Freeze for Bksel
impl RefUnwindSafe for Bksel
impl Send for Bksel
impl Sync for Bksel
impl Unpin for Bksel
impl UnwindSafe for Bksel
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