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