pub struct W(_);Expand description
Register D3PMR2 writer
Implementations
sourceimpl W
impl W
sourcepub fn mr34(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 2>
pub fn mr34(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 2>
Bit 2 - D3 Pending Mask on Event input x+32
sourcepub fn mr35(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 3>
pub fn mr35(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 3>
Bit 3 - D3 Pending Mask on Event input x+32
sourcepub fn mr41(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 9>
pub fn mr41(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 9>
Bit 9 - D3 Pending Mask on Event input x+32
sourcepub fn mr48(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 16>
pub fn mr48(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 16>
Bit 16 - D3 Pending Mask on Event input x+32
sourcepub fn mr49(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 17>
pub fn mr49(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 17>
Bit 17 - D3 Pending Mask on Event input x+32
sourcepub fn mr50(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 18>
pub fn mr50(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 18>
Bit 18 - D3 Pending Mask on Event input x+32
sourcepub fn mr51(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 19>
pub fn mr51(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 19>
Bit 19 - D3 Pending Mask on Event input x+32
sourcepub fn mr52(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 20>
pub fn mr52(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 20>
Bit 20 - D3 Pending Mask on Event input x+32
sourcepub fn mr53(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 21>
pub fn mr53(&mut self) -> BitWriterRaw<'_, u32, D3PMR2_SPEC, MR34_A, BitM, 21>
Bit 21 - D3 Pending Mask on Event input x+32
Methods from Deref<Target = W<D3PMR2_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
sourceimpl From<W<D3PMR2_SPEC>> for W
impl From<W<D3PMR2_SPEC>> for W
sourcefn from(writer: W<D3PMR2_SPEC>) -> W
fn from(writer: W<D3PMR2_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more