pub struct W(/* private fields */);
Expand description
Register MACA1HR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn maca1h(
&mut self,
) -> FieldWriterRaw<'_, u32, MACA1HR_SPEC, u16, u16, Safe, 16, 0>
pub fn maca1h( &mut self, ) -> FieldWriterRaw<'_, u32, MACA1HR_SPEC, u16, u16, Safe, 16, 0>
Bits 0:15 - MACA1H
Sourcepub fn mbc(
&mut self,
) -> FieldWriterRaw<'_, u32, MACA1HR_SPEC, u8, u8, Safe, 6, 24>
pub fn mbc( &mut self, ) -> FieldWriterRaw<'_, u32, MACA1HR_SPEC, u8, u8, Safe, 6, 24>
Bits 24:29 - MBC
Sourcepub fn sa(&mut self) -> BitWriterRaw<'_, u32, MACA1HR_SPEC, SA_A, BitM, 30>
pub fn sa(&mut self) -> BitWriterRaw<'_, u32, MACA1HR_SPEC, SA_A, BitM, 30>
Bit 30 - SA
Sourcepub fn ae(&mut self) -> BitWriterRaw<'_, u32, MACA1HR_SPEC, AE_A, BitM, 31>
pub fn ae(&mut self) -> BitWriterRaw<'_, u32, MACA1HR_SPEC, AE_A, BitM, 31>
Bit 31 - AE
Methods from Deref<Target = W<MACA1HR_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