pub enum FSEL {
SelectFlash1 = 0,
SelectFlash2 = 1,
}
Expand description
FLASH memory selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FSEL
impl Eq for FSEL
impl StructuralPartialEq for FSEL
Auto Trait Implementations§
impl Freeze for FSEL
impl RefUnwindSafe for FSEL
impl Send for FSEL
impl Sync for FSEL
impl Unpin for FSEL
impl UnwindSafe for FSEL
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