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