#[repr(C)]pub struct ERASE {
pub ptr: PTR,
pub len: LEN,
}Expand description
Register block
Fields§
§ptr: PTR0x00 - Start address of flash block to be erased
len: LEN0x04 - 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