pub struct R { /* private fields */ }Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn hsi14rdyf(&self) -> HSI14RDYFR
pub fn hsi14rdyf(&self) -> HSI14RDYFR
Bit 5 - HSI14 ready interrupt flag
Sourcepub fn hsi48rdyf(&self) -> HSI48RDYFR
pub fn hsi48rdyf(&self) -> HSI48RDYFR
Bit 6 - HSI48 ready interrupt flag
Sourcepub fn hsi14rdyie(&self) -> HSI14RDYIER
pub fn hsi14rdyie(&self) -> HSI14RDYIER
Bit 13 - HSI14 ready interrupt enable
Sourcepub fn hsi48rdyie(&self) -> HSI48RDYIER
pub fn hsi48rdyie(&self) -> HSI48RDYIER
Bit 14 - HSI48 ready interrupt enable
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