pub struct W(/* private fields */);
Expand description
Register IFC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn hfrcordy(&mut self) -> HFRCORDY_W<'_, 0>
pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_, 0>
Bit 0 - Clear HFRCORDY Interrupt Flag
Sourcepub fn lfrcordy(&mut self) -> LFRCORDY_W<'_, 2>
pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_, 2>
Bit 2 - Clear LFRCORDY Interrupt Flag
Sourcepub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_, 4>
pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_, 4>
Bit 4 - Clear AUXHFRCORDY Interrupt Flag
Sourcepub fn hfxodiserr(&mut self) -> HFXODISERR_W<'_, 8>
pub fn hfxodiserr(&mut self) -> HFXODISERR_W<'_, 8>
Bit 8 - Clear HFXODISERR Interrupt Flag
Sourcepub fn hfxoautosw(&mut self) -> HFXOAUTOSW_W<'_, 9>
pub fn hfxoautosw(&mut self) -> HFXOAUTOSW_W<'_, 9>
Bit 9 - Clear HFXOAUTOSW Interrupt Flag
Sourcepub fn hfxopeakdeterr(&mut self) -> HFXOPEAKDETERR_W<'_, 10>
pub fn hfxopeakdeterr(&mut self) -> HFXOPEAKDETERR_W<'_, 10>
Bit 10 - Clear HFXOPEAKDETERR Interrupt Flag
Sourcepub fn hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_, 11>
pub fn hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_, 11>
Bit 11 - Clear HFXOPEAKDETRDY Interrupt Flag
Sourcepub fn hfxoshuntoptrdy(&mut self) -> HFXOSHUNTOPTRDY_W<'_, 12>
pub fn hfxoshuntoptrdy(&mut self) -> HFXOSHUNTOPTRDY_W<'_, 12>
Bit 12 - Clear HFXOSHUNTOPTRDY Interrupt Flag
Sourcepub fn hfrcodis(&mut self) -> HFRCODIS_W<'_, 13>
pub fn hfrcodis(&mut self) -> HFRCODIS_W<'_, 13>
Bit 13 - Clear HFRCODIS Interrupt Flag
Sourcepub fn lftimeouterr(&mut self) -> LFTIMEOUTERR_W<'_, 14>
pub fn lftimeouterr(&mut self) -> LFTIMEOUTERR_W<'_, 14>
Bit 14 - Clear LFTIMEOUTERR Interrupt Flag
Sourcepub fn dplllockfaillow(&mut self) -> DPLLLOCKFAILLOW_W<'_, 16>
pub fn dplllockfaillow(&mut self) -> DPLLLOCKFAILLOW_W<'_, 16>
Bit 16 - Clear DPLLLOCKFAILLOW Interrupt Flag
Sourcepub fn dplllockfailhigh(&mut self) -> DPLLLOCKFAILHIGH_W<'_, 17>
pub fn dplllockfailhigh(&mut self) -> DPLLLOCKFAILHIGH_W<'_, 17>
Bit 17 - Clear DPLLLOCKFAILHIGH Interrupt Flag
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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