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