pub struct Nvmc<'d> { /* private fields */ }
Expand description
Non-Volatile Memory Controller (NVMC) that implements the embedded-storage
traits.
Implementations§
Trait Implementations§
Source§impl<'d> NorFlash for Nvmc<'d>
impl<'d> NorFlash for Nvmc<'d>
Source§const WRITE_SIZE: usize = 4usize
const WRITE_SIZE: usize = 4usize
The minumum number of bytes the storage peripheral can write
Source§const ERASE_SIZE: usize = 2_048usize
const ERASE_SIZE: usize = 2_048usize
The minumum number of bytes the storage peripheral can erase
Source§impl<'d> ReadNorFlash for Nvmc<'d>
impl<'d> ReadNorFlash for Nvmc<'d>
impl<'d> MultiwriteNorFlash for Nvmc<'d>
Auto Trait Implementations§
impl<'d> Freeze for Nvmc<'d>
impl<'d> RefUnwindSafe for Nvmc<'d>
impl<'d> Send for Nvmc<'d>
impl<'d> Sync for Nvmc<'d>
impl<'d> Unpin for Nvmc<'d>
impl<'d> !UnwindSafe for Nvmc<'d>
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