#[repr(C)]pub struct IWDG_TypeDef {
pub KR: u32,
pub PR: u32,
pub RLR: u32,
pub SR: u32,
}Expand description
@brief Independent WATCHDOG
Fields§
§KR: u32< IWDG Key register, Address offset: 0x00
PR: u32< IWDG Prescaler register, Address offset: 0x04
RLR: u32< IWDG Reload register, Address offset: 0x08
SR: u32< IWDG Status register, Address offset: 0x0C
Trait Implementations§
Source§impl Clone for IWDG_TypeDef
impl Clone for IWDG_TypeDef
Source§fn clone(&self) -> IWDG_TypeDef
fn clone(&self) -> IWDG_TypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IWDG_TypeDef
Auto Trait Implementations§
impl Freeze for IWDG_TypeDef
impl RefUnwindSafe for IWDG_TypeDef
impl Send for IWDG_TypeDef
impl Sync for IWDG_TypeDef
impl Unpin for IWDG_TypeDef
impl UnsafeUnpin for IWDG_TypeDef
impl UnwindSafe for IWDG_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