#[repr(transparent)]pub struct Pscctl2(pub u32);Expand description
clock control register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Pscctl2
impl Pscctl2
Sourcepub const fn utick0_clk(&self) -> Pscctl2Utick0Clk
pub const fn utick0_clk(&self) -> Pscctl2Utick0Clk
utick clock control
Sourcepub const fn set_utick0_clk(&mut self, val: Pscctl2Utick0Clk)
pub const fn set_utick0_clk(&mut self, val: Pscctl2Utick0Clk)
utick clock control
Sourcepub const fn wwdt0_clk(&self) -> Pscctl2Wwdt0Clk
pub const fn wwdt0_clk(&self) -> Pscctl2Wwdt0Clk
wdt clock control
Sourcepub const fn set_wwdt0_clk(&mut self, val: Pscctl2Wwdt0Clk)
pub const fn set_wwdt0_clk(&mut self, val: Pscctl2Wwdt0Clk)
wdt clock control
Trait Implementations§
impl Copy for Pscctl2
impl Eq for Pscctl2
impl StructuralPartialEq for Pscctl2
Auto Trait Implementations§
impl Freeze for Pscctl2
impl RefUnwindSafe for Pscctl2
impl Send for Pscctl2
impl Sync for Pscctl2
impl Unpin for Pscctl2
impl UnwindSafe for Pscctl2
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