Struct stm32wlxx_hal::pac::tamp::ier::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register IER
writer
Implementations§
§impl W
impl W
pub fn itamp3ie(
&mut self
) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 18>
pub fn itamp3ie( &mut self ) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 18>
Bit 18 - ITAMP3IE
pub fn itamp5ie(
&mut self
) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 20>
pub fn itamp5ie( &mut self ) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 20>
Bit 20 - ITAMP5IE
pub fn itamp6ie(
&mut self
) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 21>
pub fn itamp6ie( &mut self ) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 21>
Bit 21 - ITAMP6IE
pub fn itamp8ie(
&mut self
) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 23>
pub fn itamp8ie( &mut self ) -> BitWriterRaw<'_, u32, IER_SPEC, ITAMP3IE_A, BitM, 23>
Bit 23 - ITAMP8IE
Methods from Deref<Target = W<IER_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