#[repr(transparent)]pub struct Syspll0ctl0(pub u32);Expand description
system pll0 control0
Tuple Fields§
§0: u32Implementations§
Source§impl Syspll0ctl0
impl Syspll0ctl0
Sourcepub const fn set_bypass(&mut self, val: Bypass)
pub const fn set_bypass(&mut self, val: Bypass)
SYSPLL0 BYPASS Mode
Sourcepub const fn holdringoff_ena(&self) -> HoldringoffEna
pub const fn holdringoff_ena(&self) -> HoldringoffEna
Hold Ring Off Control: This bit is used to avoid multi wave within the VCO.
Sourcepub const fn set_holdringoff_ena(&mut self, val: HoldringoffEna)
pub const fn set_holdringoff_ena(&mut self, val: HoldringoffEna)
Hold Ring Off Control: This bit is used to avoid multi wave within the VCO.
Trait Implementations§
Source§impl Clone for Syspll0ctl0
impl Clone for Syspll0ctl0
Source§fn clone(&self) -> Syspll0ctl0
fn clone(&self) -> Syspll0ctl0
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 Syspll0ctl0
impl Debug for Syspll0ctl0
Source§impl Default for Syspll0ctl0
impl Default for Syspll0ctl0
Source§fn default() -> Syspll0ctl0
fn default() -> Syspll0ctl0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Syspll0ctl0
impl PartialEq for Syspll0ctl0
impl Copy for Syspll0ctl0
impl Eq for Syspll0ctl0
impl StructuralPartialEq for Syspll0ctl0
Auto Trait Implementations§
impl Freeze for Syspll0ctl0
impl RefUnwindSafe for Syspll0ctl0
impl Send for Syspll0ctl0
impl Sync for Syspll0ctl0
impl Unpin for Syspll0ctl0
impl UnwindSafe for Syspll0ctl0
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