pub struct R(/* private fields */);Expand description
Register CR reader
Implementations§
Source§impl R
impl R
Sourcepub fn pllsai1rdy(&self) -> PLLSAI1RDY_R
pub fn pllsai1rdy(&self) -> PLLSAI1RDY_R
Bit 27 - SAI1 PLL clock ready flag
Sourcepub fn pllsai1on(&self) -> PLLSAI1ON_R
pub fn pllsai1on(&self) -> PLLSAI1ON_R
Bit 26 - SAI1 PLL enable
Sourcepub fn hsikeron(&self) -> HSIKERON_R
pub fn hsikeron(&self) -> HSIKERON_R
Bit 9 - HSI always enable for peripheral kernels
Sourcepub fn msirange(&self) -> MSIRANGE_R
pub fn msirange(&self) -> MSIRANGE_R
Bits 4:7 - MSI clock ranges
Sourcepub fn msipllen(&self) -> MSIPLLEN_R
pub fn msipllen(&self) -> MSIPLLEN_R
Bit 2 - MSI clock PLL enable
Methods from Deref<Target = R<CR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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