pub enum EDataBank {
Bank1,
Bank2,
}Expand description
A physical EDATA flash bank.
The address used to access a bank follows the current SWAP_BANK mapping,
while erase operations always select the physical bank.
Variants§
Trait Implementations§
impl Copy for EDataBank
impl Eq for EDataBank
impl StructuralPartialEq for EDataBank
Auto Trait Implementations§
impl Freeze for EDataBank
impl RefUnwindSafe for EDataBank
impl Send for EDataBank
impl Sync for EDataBank
impl Unpin for EDataBank
impl UnsafeUnpin for EDataBank
impl UnwindSafe for EDataBank
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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