pub struct W(/* private fields */);
Expand description
Register PATT2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn atthiz(
&mut self,
) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 24>
pub fn atthiz( &mut self, ) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 24>
Bits 24:31 - ATTHIZx
Sourcepub fn atthold(
&mut self,
) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 16>
pub fn atthold( &mut self, ) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 16>
Bits 16:23 - ATTHOLDx
Sourcepub fn attwait(
&mut self,
) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 8>
pub fn attwait( &mut self, ) -> FieldWriterRaw<'_, u32, PATT2_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15 - ATTWAITx
Methods from Deref<Target = W<PATT2_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