Struct embassy_stm32::peripherals::FLASH
source · pub struct FLASH { /* private fields */ }
Expand description
FLASH peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for FLASH
impl Peripheral for FLASH
source§impl RccPeripheral for FLASH
impl RccPeripheral for FLASH
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
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