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