#[repr(transparent)]pub struct Syspll0clksel(pub u32);Expand description
system pll0 clock selection
Tuple Fields§
§0: u32Implementations§
Source§impl Syspll0clksel
impl Syspll0clksel
Sourcepub const fn sel(&self) -> Syspll0clkselSel
pub const fn sel(&self) -> Syspll0clkselSel
System PLL Clock Source Selection. . .
Sourcepub const fn set_sel(&mut self, val: Syspll0clkselSel)
pub const fn set_sel(&mut self, val: Syspll0clkselSel)
System PLL Clock Source Selection. . .
Trait Implementations§
Source§impl Clone for Syspll0clksel
impl Clone for Syspll0clksel
Source§fn clone(&self) -> Syspll0clksel
fn clone(&self) -> Syspll0clksel
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 Syspll0clksel
impl Debug for Syspll0clksel
Source§impl Default for Syspll0clksel
impl Default for Syspll0clksel
Source§fn default() -> Syspll0clksel
fn default() -> Syspll0clksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Syspll0clksel
impl PartialEq for Syspll0clksel
impl Copy for Syspll0clksel
impl Eq for Syspll0clksel
impl StructuralPartialEq for Syspll0clksel
Auto Trait Implementations§
impl Freeze for Syspll0clksel
impl RefUnwindSafe for Syspll0clksel
impl Send for Syspll0clksel
impl Sync for Syspll0clksel
impl Unpin for Syspll0clksel
impl UnwindSafe for Syspll0clksel
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