pub struct W(/* private fields */);
Expand description
Register CIER
writer
Implementations§
Source§impl W
impl W
Sourcepub fn lsirdyie(&mut self) -> LSIRDYIE_W<'_>
pub fn lsirdyie(&mut self) -> LSIRDYIE_W<'_>
Bit 0 - LSI ready interrupt enable
Sourcepub fn lserdyie(&mut self) -> LSERDYIE_W<'_>
pub fn lserdyie(&mut self) -> LSERDYIE_W<'_>
Bit 1 - LSE ready interrupt enable
Sourcepub fn hsirdyie(&mut self) -> HSIRDYIE_W<'_>
pub fn hsirdyie(&mut self) -> HSIRDYIE_W<'_>
Bit 3 - HSI ready interrupt enable
Sourcepub fn hserdyie(&mut self) -> HSERDYIE_W<'_>
pub fn hserdyie(&mut self) -> HSERDYIE_W<'_>
Bit 4 - HSE ready interrupt enable
Sourcepub fn pllsysrdyie(&mut self) -> PLLSYSRDYIE_W<'_>
pub fn pllsysrdyie(&mut self) -> PLLSYSRDYIE_W<'_>
Bit 5 - PLL ready interrupt enable
Methods from Deref<Target = W<CIER_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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