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