#[repr(transparent)]pub struct Tsiclksel(pub u32);Expand description
TSI Function Clock Source Select
Tuple Fields§
§0: u32Implementations§
Source§impl Tsiclksel
impl Tsiclksel
Sourcepub const fn sel(&self) -> TsiclkselSel
pub const fn sel(&self) -> TsiclkselSel
Selects the TSI function clock source.
Sourcepub const fn set_sel(&mut self, val: TsiclkselSel)
pub const fn set_sel(&mut self, val: TsiclkselSel)
Selects the TSI function clock source.
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