#[repr(transparent)]pub struct Sctclksel(pub u32);Expand description
SCTimer/PWM Clock Source Select
Tuple Fields§
§0: u32Implementations§
Source§impl Sctclksel
impl Sctclksel
Sourcepub const fn sel(&self) -> SctclkselSel
pub const fn sel(&self) -> SctclkselSel
Selects the SCTimer/PWM clock source.
Sourcepub const fn set_sel(&mut self, val: SctclkselSel)
pub const fn set_sel(&mut self, val: SctclkselSel)
Selects the SCTimer/PWM clock source.
Trait Implementations§
impl Copy for Sctclksel
impl Eq for Sctclksel
impl StructuralPartialEq for Sctclksel
Auto Trait Implementations§
impl Freeze for Sctclksel
impl RefUnwindSafe for Sctclksel
impl Send for Sctclksel
impl Sync for Sctclksel
impl Unpin for Sctclksel
impl UnwindSafe for Sctclksel
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