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