#[repr(transparent)]pub struct Param(pub u32);Expand description
Parameter Register
Tuple Fields§
§0: u32Implementations§
Source§impl Param
impl Param
Sourcepub const fn soscclkpres(&self) -> bool
pub const fn soscclkpres(&self) -> bool
SOSC Clock Present
Sourcepub const fn set_soscclkpres(&mut self, val: bool)
pub const fn set_soscclkpres(&mut self, val: bool)
SOSC Clock Present
Sourcepub const fn sircclkpres(&self) -> bool
pub const fn sircclkpres(&self) -> bool
SIRC Clock Present
Sourcepub const fn set_sircclkpres(&mut self, val: bool)
pub const fn set_sircclkpres(&mut self, val: bool)
SIRC Clock Present
Sourcepub const fn fircclkpres(&self) -> bool
pub const fn fircclkpres(&self) -> bool
FIRC Clock Present
Sourcepub const fn set_fircclkpres(&mut self, val: bool)
pub const fn set_fircclkpres(&mut self, val: bool)
FIRC Clock Present
Sourcepub const fn roscclkpres(&self) -> bool
pub const fn roscclkpres(&self) -> bool
ROSC Clock Present
Sourcepub const fn set_roscclkpres(&mut self, val: bool)
pub const fn set_roscclkpres(&mut self, val: bool)
ROSC Clock Present
Sourcepub const fn apllclkpres(&self) -> bool
pub const fn apllclkpres(&self) -> bool
APLL Clock Present
Sourcepub const fn set_apllclkpres(&mut self, val: bool)
pub const fn set_apllclkpres(&mut self, val: bool)
APLL Clock Present
Sourcepub const fn spllclkpres(&self) -> bool
pub const fn spllclkpres(&self) -> bool
SPLL Clock Present
Sourcepub const fn set_spllclkpres(&mut self, val: bool)
pub const fn set_spllclkpres(&mut self, val: bool)
SPLL Clock Present
Sourcepub const fn upllclkpres(&self) -> bool
pub const fn upllclkpres(&self) -> bool
UPLL Clock Present
Sourcepub const fn set_upllclkpres(&mut self, val: bool)
pub const fn set_upllclkpres(&mut self, val: bool)
UPLL Clock Present
Trait Implementations§
impl Copy for Param
impl Eq for Param
impl StructuralPartialEq for Param
Auto Trait Implementations§
impl Freeze for Param
impl RefUnwindSafe for Param
impl Send for Param
impl Sync for Param
impl Unpin for Param
impl UnwindSafe for Param
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