Struct FLASH
pub struct FLASH { /* private fields */ }
Expand description
FLASH peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for FLASH
impl Peripheral for FLASH
impl RccPeripheral for FLASH
Auto Trait Implementations§
impl Freeze for FLASH
impl RefUnwindSafe for FLASH
impl Send for FLASH
impl Sync for FLASH
impl Unpin for FLASH
impl UnwindSafe for FLASH
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