#[repr(transparent)]pub struct Sysoscctl0(pub u32);Expand description
system oscillator control 0
Tuple Fields§
§0: u32Implementations§
Source§impl Sysoscctl0
impl Sysoscctl0
Sourcepub const fn set_lp_enable(&mut self, val: LpEnable)
pub const fn set_lp_enable(&mut self, val: LpEnable)
Enable signal for low power mode. . .
Sourcepub const fn bypass_enable(&self) -> BypassEnable
pub const fn bypass_enable(&self) -> BypassEnable
Enable signal for external bypass clock. . .
Sourcepub const fn set_bypass_enable(&mut self, val: BypassEnable)
pub const fn set_bypass_enable(&mut self, val: BypassEnable)
Enable signal for external bypass clock. . .
Trait Implementations§
Source§impl Clone for Sysoscctl0
impl Clone for Sysoscctl0
Source§fn clone(&self) -> Sysoscctl0
fn clone(&self) -> Sysoscctl0
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 Sysoscctl0
impl Debug for Sysoscctl0
Source§impl Default for Sysoscctl0
impl Default for Sysoscctl0
Source§fn default() -> Sysoscctl0
fn default() -> Sysoscctl0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sysoscctl0
impl PartialEq for Sysoscctl0
impl Copy for Sysoscctl0
impl Eq for Sysoscctl0
impl StructuralPartialEq for Sysoscctl0
Auto Trait Implementations§
impl Freeze for Sysoscctl0
impl RefUnwindSafe for Sysoscctl0
impl Send for Sysoscctl0
impl Sync for Sysoscctl0
impl Unpin for Sysoscctl0
impl UnwindSafe for Sysoscctl0
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