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