#[repr(transparent)]pub struct Pllclkdivsel(pub u32);Expand description
PLL Clock Divider Clock Selection
Tuple Fields§
§0: u32Implementations§
Source§impl Pllclkdivsel
impl Pllclkdivsel
Sourcepub const fn sel(&self) -> PllclkdivselSel
pub const fn sel(&self) -> PllclkdivselSel
Selects the PLL Clock Divider source clock
Sourcepub const fn set_sel(&mut self, val: PllclkdivselSel)
pub const fn set_sel(&mut self, val: PllclkdivselSel)
Selects the PLL Clock Divider source clock
Trait Implementations§
Source§impl Clone for Pllclkdivsel
impl Clone for Pllclkdivsel
Source§fn clone(&self) -> Pllclkdivsel
fn clone(&self) -> Pllclkdivsel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pllclkdivsel
impl Debug for Pllclkdivsel
Source§impl Default for Pllclkdivsel
impl Default for Pllclkdivsel
Source§fn default() -> Pllclkdivsel
fn default() -> Pllclkdivsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pllclkdivsel
impl PartialEq for Pllclkdivsel
impl Copy for Pllclkdivsel
impl Eq for Pllclkdivsel
impl StructuralPartialEq for Pllclkdivsel
Auto Trait Implementations§
impl Freeze for Pllclkdivsel
impl RefUnwindSafe for Pllclkdivsel
impl Send for Pllclkdivsel
impl Sync for Pllclkdivsel
impl Unpin for Pllclkdivsel
impl UnwindSafe for Pllclkdivsel
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