Struct stm32wlxx_hal::pac::tamp::cr3::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR3
writer
Implementations§
§impl W
impl W
pub fn itamp3noer(
&mut self
) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 2>
pub fn itamp3noer( &mut self ) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 2>
Bit 2 - ITAMP3NOER
pub fn itamp5noer(
&mut self
) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 4>
pub fn itamp5noer( &mut self ) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 4>
Bit 4 - ITAMP5NOER
pub fn itamp6noer(
&mut self
) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 5>
pub fn itamp6noer( &mut self ) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 5>
Bit 5 - ITAMP6NOER
pub fn itamp8noer(
&mut self
) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 7>
pub fn itamp8noer( &mut self ) -> BitWriterRaw<'_, u32, CR3_SPEC, ITAMP3NOER_A, BitM, 7>
Bit 7 - ITAMP8NOER
Methods from Deref<Target = W<CR3_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