#[repr(transparent)]pub struct CmpRrClksel(pub u32);Expand description
CMP0_RR clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl CmpRrClksel
impl CmpRrClksel
Sourcepub const fn mux(&self) -> RrClkselMux
pub const fn mux(&self) -> RrClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: RrClkselMux)
pub const fn set_mux(&mut self, val: RrClkselMux)
Functional Clock Mux Select
Trait Implementations§
Source§impl Clone for CmpRrClksel
impl Clone for CmpRrClksel
Source§fn clone(&self) -> CmpRrClksel
fn clone(&self) -> CmpRrClksel
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 CmpRrClksel
impl Debug for CmpRrClksel
Source§impl Default for CmpRrClksel
impl Default for CmpRrClksel
Source§fn default() -> CmpRrClksel
fn default() -> CmpRrClksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for CmpRrClksel
impl PartialEq for CmpRrClksel
impl Copy for CmpRrClksel
impl Eq for CmpRrClksel
impl StructuralPartialEq for CmpRrClksel
Auto Trait Implementations§
impl Freeze for CmpRrClksel
impl RefUnwindSafe for CmpRrClksel
impl Send for CmpRrClksel
impl Sync for CmpRrClksel
impl Unpin for CmpRrClksel
impl UnwindSafe for CmpRrClksel
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