#[repr(transparent)]pub struct Wakeclk32khzsel(pub u32);Expand description
32k wake clock selection
Tuple Fields§
§0: u32Implementations§
Source§impl Wakeclk32khzsel
impl Wakeclk32khzsel
Sourcepub const fn sel(&self) -> Wakeclk32khzselSel
pub const fn sel(&self) -> Wakeclk32khzselSel
32KHz Wake Clock Low Power Functional Clock Source Selection. . .
Sourcepub const fn set_sel(&mut self, val: Wakeclk32khzselSel)
pub const fn set_sel(&mut self, val: Wakeclk32khzselSel)
32KHz Wake Clock Low Power Functional Clock Source Selection. . .
Trait Implementations§
Source§impl Clone for Wakeclk32khzsel
impl Clone for Wakeclk32khzsel
Source§fn clone(&self) -> Wakeclk32khzsel
fn clone(&self) -> Wakeclk32khzsel
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 Wakeclk32khzsel
impl Debug for Wakeclk32khzsel
Source§impl Default for Wakeclk32khzsel
impl Default for Wakeclk32khzsel
Source§fn default() -> Wakeclk32khzsel
fn default() -> Wakeclk32khzsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Wakeclk32khzsel
impl PartialEq for Wakeclk32khzsel
impl Copy for Wakeclk32khzsel
impl Eq for Wakeclk32khzsel
impl StructuralPartialEq for Wakeclk32khzsel
Auto Trait Implementations§
impl Freeze for Wakeclk32khzsel
impl RefUnwindSafe for Wakeclk32khzsel
impl Send for Wakeclk32khzsel
impl Sync for Wakeclk32khzsel
impl Unpin for Wakeclk32khzsel
impl UnwindSafe for Wakeclk32khzsel
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