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