pub type FLASH = Periph<RegisterBlock, 1073888256>;
Expand description
FLASH
See peripheral structure
Aliased Type§
pub struct FLASH { /* private fields */ }
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