pub struct W(/* private fields */);Expand description
Register OAR2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn oa2(&mut self) -> FieldWriterRaw<'_, u32, OAR2_SPEC, u8, u8, Safe, 7, 1>
pub fn oa2(&mut self) -> FieldWriterRaw<'_, u32, OAR2_SPEC, u8, u8, Safe, 7, 1>
Bits 1:7 - Interface address
Sourcepub fn oa2msk(
&mut self,
) -> FieldWriterRaw<'_, u32, OAR2_SPEC, u8, OA2MSK_A, Safe, 3, 8>
pub fn oa2msk( &mut self, ) -> FieldWriterRaw<'_, u32, OAR2_SPEC, u8, OA2MSK_A, Safe, 3, 8>
Bits 8:10 - Own Address 2 masks
Methods from Deref<Target = W<OAR2_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