#[repr(C)]pub struct WATCHDOG_TypeDef {
pub REFRESH: u32,
pub CONTROL: u32,
pub STATUS: u32,
pub TIME: u32,
pub MSVP: u32,
pub TRIGGER: u32,
pub FORCE: u32,
}Expand description
//** The WATCHDOG_TypeDef is the hardware register structure for the PolarFire SoC MSS Watchdog.
Fields§
§REFRESH: u32§CONTROL: u32§STATUS: u32§TIME: u32§MSVP: u32§TRIGGER: u32§FORCE: u32Trait Implementations§
Source§impl Clone for WATCHDOG_TypeDef
impl Clone for WATCHDOG_TypeDef
Source§fn clone(&self) -> WATCHDOG_TypeDef
fn clone(&self) -> WATCHDOG_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 WATCHDOG_TypeDef
impl Debug for WATCHDOG_TypeDef
impl Copy for WATCHDOG_TypeDef
Auto Trait Implementations§
impl Freeze for WATCHDOG_TypeDef
impl RefUnwindSafe for WATCHDOG_TypeDef
impl Send for WATCHDOG_TypeDef
impl Sync for WATCHDOG_TypeDef
impl Unpin for WATCHDOG_TypeDef
impl UnwindSafe for WATCHDOG_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