pub enum BFB2 {
Disabled = 0,
Enabled = 1,
}
Expand description
Bank to boot from
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BFB2
impl Eq for BFB2
impl StructuralPartialEq for BFB2
Auto Trait Implementations§
impl Freeze for BFB2
impl RefUnwindSafe for BFB2
impl Send for BFB2
impl Sync for BFB2
impl Unpin for BFB2
impl UnwindSafe for BFB2
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