#[repr(u8)]pub enum SWP_FMC {
NoSwap = 0,
Swapped = 1,
}
Expand description
FMC memory mapping swap
Value on reset: 0
Variants§
NoSwap = 0
0: No FMC memory mapping swap
Swapped = 1
1: SDRAM banks and NAND Bank 2/PCCARD mapping are swapped“
Trait Implementations§
impl Copy for SWP_FMC
impl Eq for SWP_FMC
impl IsEnum for SWP_FMC
impl StructuralPartialEq for SWP_FMC
Auto Trait Implementations§
impl Freeze for SWP_FMC
impl RefUnwindSafe for SWP_FMC
impl Send for SWP_FMC
impl Sync for SWP_FMC
impl Unpin for SWP_FMC
impl UnwindSafe for SWP_FMC
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