#[repr(C)]pub struct WWDG_TypeDef {
pub CR: u32,
pub CFR: u32,
pub SR: u32,
}
Expand description
@brief Window WATCHDOG
Fields§
§CR: u32
< WWDG Control register, Address offset: 0x00
CFR: u32
< WWDG Configuration register, Address offset: 0x04
SR: u32
< WWDG Status register, Address offset: 0x08
Trait Implementations§
Source§impl Clone for WWDG_TypeDef
impl Clone for WWDG_TypeDef
Source§fn clone(&self) -> WWDG_TypeDef
fn clone(&self) -> WWDG_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WWDG_TypeDef
impl Debug for WWDG_TypeDef
impl Copy for WWDG_TypeDef
Auto Trait Implementations§
impl Freeze for WWDG_TypeDef
impl RefUnwindSafe for WWDG_TypeDef
impl Send for WWDG_TypeDef
impl Sync for WWDG_TypeDef
impl Unpin for WWDG_TypeDef
impl UnwindSafe for WWDG_TypeDef
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