Struct stm32wlxx_hal::pac::rcc::cier::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CIER
writer
Implementations§
§impl W
impl W
pub fn lsecssie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, LSECSSIE_A, BitM, 9>
pub fn lsecssie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, LSECSSIE_A, BitM, 9>
Bit 9 - LSE clock security system interrupt enable
pub fn pllrdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, PLLRDYIE_A, BitM, 5>
pub fn pllrdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, PLLRDYIE_A, BitM, 5>
Bit 5 - PLL ready interrupt enable
pub fn hserdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, HSERDYIE_A, BitM, 4>
pub fn hserdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, HSERDYIE_A, BitM, 4>
Bit 4 - HSE32 ready interrupt enable
pub fn hsirdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, HSIRDYIE_A, BitM, 3>
pub fn hsirdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, HSIRDYIE_A, BitM, 3>
Bit 3 - HSI16 ready interrupt enable
pub fn msirdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, MSIRDYIE_A, BitM, 2>
pub fn msirdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, MSIRDYIE_A, BitM, 2>
Bit 2 - MSI ready interrupt enable
pub fn lserdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, LSERDYIE_A, BitM, 1>
pub fn lserdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, LSERDYIE_A, BitM, 1>
Bit 1 - LSE ready interrupt enable
pub fn lsirdyie(
&mut self
) -> BitWriterRaw<'_, u32, CIER_SPEC, LSIRDYIE_A, BitM, 0>
pub fn lsirdyie( &mut self ) -> BitWriterRaw<'_, u32, CIER_SPEC, LSIRDYIE_A, BitM, 0>
Bit 0 - LSI ready interrupt enable
Methods from Deref<Target = W<CIER_SPEC>>§
pub 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§
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