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