Struct nrf52840_pac::qspi::erase::ERASE
source · #[repr(C)]pub struct ERASE {
pub ptr: PTR,
pub len: LEN,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - Start address of flash block to be erased
len: LEN
0x04 - Size of block to be erased.
Auto Trait Implementations§
impl !Freeze for ERASE
impl !RefUnwindSafe for ERASE
impl Send for ERASE
impl !Sync for ERASE
impl Unpin for ERASE
impl UnwindSafe for ERASE
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