#[repr(transparent)]pub struct SpllOvrd(pub u32);Expand description
SPLL Override Register
Tuple Fields§
§0: u32Implementations§
Source§impl SpllOvrd
impl SpllOvrd
Sourcepub const fn spllpwren_ovrd(&self) -> bool
pub const fn spllpwren_ovrd(&self) -> bool
SPLL Power Enable Override if SPLL_OVRD_EN=1
Sourcepub const fn set_spllpwren_ovrd(&mut self, val: bool)
pub const fn set_spllpwren_ovrd(&mut self, val: bool)
SPLL Power Enable Override if SPLL_OVRD_EN=1
Sourcepub const fn spllclken_ovrd(&self) -> bool
pub const fn spllclken_ovrd(&self) -> bool
SPLL Clock Enable Override if SPLL_OVRD_EN=1
Sourcepub const fn set_spllclken_ovrd(&mut self, val: bool)
pub const fn set_spllclken_ovrd(&mut self, val: bool)
SPLL Clock Enable Override if SPLL_OVRD_EN=1
Sourcepub const fn spll_ovrd_en(&self) -> bool
pub const fn spll_ovrd_en(&self) -> bool
SPLL Override Enable
Sourcepub const fn set_spll_ovrd_en(&mut self, val: bool)
pub const fn set_spll_ovrd_en(&mut self, val: bool)
SPLL Override Enable
Trait Implementations§
impl Copy for SpllOvrd
impl Eq for SpllOvrd
impl StructuralPartialEq for SpllOvrd
Auto Trait Implementations§
impl Freeze for SpllOvrd
impl RefUnwindSafe for SpllOvrd
impl Send for SpllOvrd
impl Sync for SpllOvrd
impl Unpin for SpllOvrd
impl UnwindSafe for SpllOvrd
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