Enum stm32_metapac::fmc::vals::Mtyp
#[repr(u8)]pub enum Mtyp {
SRAM = 0,
PSRAM = 1,
FLASH = 2,
_RESERVED_3 = 3,
}
Variants§
SRAM = 0
SRAM memory type
PSRAM = 1
PSRAM (CRAM) memory type
FLASH = 2
NOR Flash/OneNAND Flash
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Mtyp
impl Ord for Mtyp
§impl PartialOrd for Mtyp
impl PartialOrd for Mtyp
impl Copy for Mtyp
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)