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