#[repr(transparent)]pub struct Cmp0rrclksel(pub u32);Expand description
CMP0 Round Robin Clock Selection
Tuple Fields§
§0: u32Implementations§
Source§impl Cmp0rrclksel
impl Cmp0rrclksel
Sourcepub const fn sel(&self) -> Cmp0rrclkselSel
pub const fn sel(&self) -> Cmp0rrclkselSel
Selects the CMP0 round robin clock
Sourcepub const fn set_sel(&mut self, val: Cmp0rrclkselSel)
pub const fn set_sel(&mut self, val: Cmp0rrclkselSel)
Selects the CMP0 round robin clock
Trait Implementations§
Source§impl Clone for Cmp0rrclksel
impl Clone for Cmp0rrclksel
Source§fn clone(&self) -> Cmp0rrclksel
fn clone(&self) -> Cmp0rrclksel
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 Cmp0rrclksel
impl Debug for Cmp0rrclksel
Source§impl Default for Cmp0rrclksel
impl Default for Cmp0rrclksel
Source§fn default() -> Cmp0rrclksel
fn default() -> Cmp0rrclksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Cmp0rrclksel
impl PartialEq for Cmp0rrclksel
impl Copy for Cmp0rrclksel
impl Eq for Cmp0rrclksel
impl StructuralPartialEq for Cmp0rrclksel
Auto Trait Implementations§
impl Freeze for Cmp0rrclksel
impl RefUnwindSafe for Cmp0rrclksel
impl Send for Cmp0rrclksel
impl Sync for Cmp0rrclksel
impl Unpin for Cmp0rrclksel
impl UnwindSafe for Cmp0rrclksel
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