pub struct OTPRegion<'d, MODE = Async>(pub &'static FlashRegion, _, _);Tuple Fields§
§0: &'static FlashRegionImplementations§
Source§impl OTPRegion<'_, Async>
impl OTPRegion<'_, Async>
Trait Implementations§
Source§impl NorFlash for OTPRegion<'_, Async>
impl NorFlash for OTPRegion<'_, Async>
Source§const WRITE_SIZE: usize = 4
const WRITE_SIZE: usize = 4
The minumum number of bytes the storage peripheral can write
Source§const ERASE_SIZE: usize = 0
const ERASE_SIZE: usize = 0
The minumum number of bytes the storage peripheral can erase
Source§impl NorFlash for OTPRegion<'_, Blocking>
impl NorFlash for OTPRegion<'_, Blocking>
Source§const WRITE_SIZE: usize = 4
const WRITE_SIZE: usize = 4
The minumum number of bytes the storage peripheral can write
Source§const ERASE_SIZE: usize = 0
const ERASE_SIZE: usize = 0
The minumum number of bytes the storage peripheral can erase
Source§impl ReadNorFlash for OTPRegion<'_, Async>
impl ReadNorFlash for OTPRegion<'_, Async>
Source§const READ_SIZE: usize = super::READ_SIZE
const READ_SIZE: usize = super::READ_SIZE
The minumum number of bytes the storage peripheral can read
Source§impl<MODE> ReadNorFlash for OTPRegion<'_, MODE>
impl<MODE> ReadNorFlash for OTPRegion<'_, MODE>
Source§const READ_SIZE: usize = READ_SIZE
const READ_SIZE: usize = READ_SIZE
The minumum number of bytes the storage peripheral can read
Auto Trait Implementations§
impl<'d, MODE = Async> !UnwindSafe for OTPRegion<'d, MODE>
impl<'d, MODE> Freeze for OTPRegion<'d, MODE>
impl<'d, MODE> RefUnwindSafe for OTPRegion<'d, MODE>where
MODE: RefUnwindSafe,
impl<'d, MODE> Send for OTPRegion<'d, MODE>where
MODE: Send,
impl<'d, MODE> Sync for OTPRegion<'d, MODE>where
MODE: Sync,
impl<'d, MODE> Unpin for OTPRegion<'d, MODE>where
MODE: Unpin,
impl<'d, MODE> UnsafeUnpin for OTPRegion<'d, MODE>
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