#[repr(transparent)]pub struct Fcclksel(pub u32);Expand description
Flexcomm Interface 0 clock source select for Fractional Rate Divider
Tuple Fields§
§0: u32Implementations§
Source§impl Fcclksel
impl Fcclksel
Sourcepub const fn sel(&self) -> FcclkselSel
pub const fn sel(&self) -> FcclkselSel
Flexcomm Interface 0 clock source select for Fractional Rate Divider.
Sourcepub const fn set_sel(&mut self, val: FcclkselSel)
pub const fn set_sel(&mut self, val: FcclkselSel)
Flexcomm Interface 0 clock source select for Fractional Rate Divider.
Trait Implementations§
impl Copy for Fcclksel
impl Eq for Fcclksel
impl StructuralPartialEq for Fcclksel
Auto Trait Implementations§
impl Freeze for Fcclksel
impl RefUnwindSafe for Fcclksel
impl Send for Fcclksel
impl Sync for Fcclksel
impl Unpin for Fcclksel
impl UnwindSafe for Fcclksel
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