#[repr(transparent)]pub struct ApllOvrd(pub u32);Expand description
APLL Override Register
Tuple Fields§
§0: u32Implementations§
Source§impl ApllOvrd
impl ApllOvrd
Sourcepub const fn apllpwren_ovrd(&self) -> bool
pub const fn apllpwren_ovrd(&self) -> bool
APLL Power Enable Override if APLL_OVRD_EN=1
Sourcepub const fn set_apllpwren_ovrd(&mut self, val: bool)
pub const fn set_apllpwren_ovrd(&mut self, val: bool)
APLL Power Enable Override if APLL_OVRD_EN=1
Sourcepub const fn apllclken_ovrd(&self) -> bool
pub const fn apllclken_ovrd(&self) -> bool
APLL Clock Enable Override if APLL_OVRD_EN=1
Sourcepub const fn set_apllclken_ovrd(&mut self, val: bool)
pub const fn set_apllclken_ovrd(&mut self, val: bool)
APLL Clock Enable Override if APLL_OVRD_EN=1
Sourcepub const fn apll_ovrd_en(&self) -> bool
pub const fn apll_ovrd_en(&self) -> bool
APLL Override Enable
Sourcepub const fn set_apll_ovrd_en(&mut self, val: bool)
pub const fn set_apll_ovrd_en(&mut self, val: bool)
APLL Override Enable
Trait Implementations§
impl Copy for ApllOvrd
impl Eq for ApllOvrd
impl StructuralPartialEq for ApllOvrd
Auto Trait Implementations§
impl Freeze for ApllOvrd
impl RefUnwindSafe for ApllOvrd
impl Send for ApllOvrd
impl Sync for ApllOvrd
impl Unpin for ApllOvrd
impl UnwindSafe for ApllOvrd
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