pub struct R(_);
Expand description
Register CR
reader
Implementations
sourceimpl R
impl R
sourcepub fn plli2srdy(&self) -> PLLI2SRDY_R
pub fn plli2srdy(&self) -> PLLI2SRDY_R
Bit 27 - PLLI2S clock ready flag
sourcepub fn plli2son(&self) -> PLLI2SON_R
pub fn plli2son(&self) -> PLLI2SON_R
Bit 26 - PLLI2S enable
Methods from Deref<Target = R<CR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more