#[repr(transparent)]pub struct Prstctl2Clr(pub u32);Expand description
peripheral reset clear register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Prstctl2Clr
impl Prstctl2Clr
Sourcepub const fn utick0(&self) -> Prstctl2ClrUtick0
pub const fn utick0(&self) -> Prstctl2ClrUtick0
utick reset clear
Sourcepub const fn set_utick0(&mut self, val: Prstctl2ClrUtick0)
pub const fn set_utick0(&mut self, val: Prstctl2ClrUtick0)
utick reset clear
Sourcepub const fn wwdt0(&self) -> Prstctl2ClrWwdt0
pub const fn wwdt0(&self) -> Prstctl2ClrWwdt0
wdt reset clear
Sourcepub const fn set_wwdt0(&mut self, val: Prstctl2ClrWwdt0)
pub const fn set_wwdt0(&mut self, val: Prstctl2ClrWwdt0)
wdt reset clear
Trait Implementations§
Source§impl Clone for Prstctl2Clr
impl Clone for Prstctl2Clr
Source§fn clone(&self) -> Prstctl2Clr
fn clone(&self) -> Prstctl2Clr
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 Prstctl2Clr
impl Debug for Prstctl2Clr
Source§impl Default for Prstctl2Clr
impl Default for Prstctl2Clr
Source§fn default() -> Prstctl2Clr
fn default() -> Prstctl2Clr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Prstctl2Clr
impl PartialEq for Prstctl2Clr
impl Copy for Prstctl2Clr
impl Eq for Prstctl2Clr
impl StructuralPartialEq for Prstctl2Clr
Auto Trait Implementations§
impl Freeze for Prstctl2Clr
impl RefUnwindSafe for Prstctl2Clr
impl Send for Prstctl2Clr
impl Sync for Prstctl2Clr
impl Unpin for Prstctl2Clr
impl UnwindSafe for Prstctl2Clr
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