#[repr(transparent)]pub struct Prstctl2(pub u32);Expand description
peripheral reset control register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Prstctl2
impl Prstctl2
Sourcepub const fn utick0(&self) -> Prstctl2Utick0
pub const fn utick0(&self) -> Prstctl2Utick0
utick reset control
Sourcepub const fn set_utick0(&mut self, val: Prstctl2Utick0)
pub const fn set_utick0(&mut self, val: Prstctl2Utick0)
utick reset control
Sourcepub const fn wwdt0(&self) -> Prstctl2Wwdt0
pub const fn wwdt0(&self) -> Prstctl2Wwdt0
wdt reset control
Sourcepub const fn set_wwdt0(&mut self, val: Prstctl2Wwdt0)
pub const fn set_wwdt0(&mut self, val: Prstctl2Wwdt0)
wdt reset control
Trait Implementations§
impl Copy for Prstctl2
impl Eq for Prstctl2
impl StructuralPartialEq for Prstctl2
Auto Trait Implementations§
impl Freeze for Prstctl2
impl RefUnwindSafe for Prstctl2
impl Send for Prstctl2
impl Sync for Prstctl2
impl Unpin for Prstctl2
impl UnwindSafe for Prstctl2
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