#[repr(transparent)]pub struct T1sClksel(pub u32);Expand description
T1S0 clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl T1sClksel
impl T1sClksel
Sourcepub const fn mux(&self) -> T1sClkselMux
pub const fn mux(&self) -> T1sClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: T1sClkselMux)
pub const fn set_mux(&mut self, val: T1sClkselMux)
Functional Clock Mux Select
Trait Implementations§
impl Copy for T1sClksel
impl Eq for T1sClksel
impl StructuralPartialEq for T1sClksel
Auto Trait Implementations§
impl Freeze for T1sClksel
impl RefUnwindSafe for T1sClksel
impl Send for T1sClksel
impl Sync for T1sClksel
impl Unpin for T1sClksel
impl UnwindSafe for T1sClksel
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