#[repr(u8)]pub enum MTYP {
Sram = 0,
Psram = 1,
Flash = 2,
}
Expand description
MTYP
Value on reset: 0
Variants§
Sram = 0
0: SRAM memory type
Psram = 1
1: PSRAM (CRAM) memory type
Flash = 2
2: NOR Flash/OneNAND Flash
Trait Implementations§
impl Copy for MTYP
impl Eq for MTYP
impl IsEnum for MTYP
impl StructuralPartialEq for MTYP
Auto Trait Implementations§
impl Freeze for MTYP
impl RefUnwindSafe for MTYP
impl Send for MTYP
impl Sync for MTYP
impl Unpin for MTYP
impl UnwindSafe for MTYP
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