#[repr(transparent)]pub struct Fcfclksel(pub u32);Expand description
flexcomm clock selection
Tuple Fields§
§0: u32Implementations§
Source§impl Fcfclksel
impl Fcfclksel
Sourcepub const fn sel(&self) -> FcfclkselSel
pub const fn sel(&self) -> FcfclkselSel
Flexxcomm Functional Clock Source Selection. . .
Sourcepub const fn set_sel(&mut self, val: FcfclkselSel)
pub const fn set_sel(&mut self, val: FcfclkselSel)
Flexxcomm Functional Clock Source Selection. . .
Trait Implementations§
impl Copy for Fcfclksel
impl Eq for Fcfclksel
impl StructuralPartialEq for Fcfclksel
Auto Trait Implementations§
impl Freeze for Fcfclksel
impl RefUnwindSafe for Fcfclksel
impl Send for Fcfclksel
impl Sync for Fcfclksel
impl Unpin for Fcfclksel
impl UnwindSafe for Fcfclksel
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