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