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