pub struct FLASH { /* private fields */ }
Expand description
FLASH
Implementations§
Trait Implementations§
source§impl FlashExt for FLASH
impl FlashExt for FLASH
source§fn unlocked(&mut self) -> UnlockedFlash<'_>
fn unlocked(&mut self) -> UnlockedFlash<'_>
Unlock flash for erasing/programming until this method’s
result is dropped
fn dual_bank(&self) -> bool
impl Send for FLASH
Auto Trait Implementations§
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