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 hsi14rdye(&self) -> Hsi14rdyeR
pub fn hsi14rdye(&self) -> Hsi14rdyeR
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