pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn plli2srdy(&self) -> PLLI2SRDYR
pub fn plli2srdy(&self) -> PLLI2SRDYR
Bit 27 - PLLI2S clock ready flag
Sourcepub fn pllrdy(&self) -> PLLI2SRDYR
pub fn pllrdy(&self) -> PLLI2SRDYR
Bit 25 - Main PLL (PLL) clock ready flag
Sourcepub fn hserdy(&self) -> PLLI2SRDYR
pub fn hserdy(&self) -> PLLI2SRDYR
Bit 17 - HSE clock ready flag
Sourcepub fn hsirdy(&self) -> PLLI2SRDYR
pub fn hsirdy(&self) -> PLLI2SRDYR
Bit 1 - Internal high-speed clock ready flag
Sourcepub fn pllsairdy(&self) -> PLLI2SRDYR
pub fn pllsairdy(&self) -> PLLI2SRDYR
Bit 29 - PLLSAI clock ready flag
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