pub struct W(/* private fields */);
Expand description
Register MMCTIMR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn tgfscm(
&mut self,
) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFSCM_A, BitM, 14>
pub fn tgfscm( &mut self, ) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFSCM_A, BitM, 14>
Bit 14 - Transmitted good frames single collision mask
Sourcepub fn tgfmscm(
&mut self,
) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFMSCM_A, BitM, 15>
pub fn tgfmscm( &mut self, ) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFMSCM_A, BitM, 15>
Bit 15 - Transmitted good frames more than single collision mask
Sourcepub fn tgfm(&mut self) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFM_A, BitM, 21>
pub fn tgfm(&mut self) -> BitWriterRaw<'_, u32, MMCTIMR_SPEC, TGFM_A, BitM, 21>
Bit 21 - Transmitted good frames mask
Methods from Deref<Target = W<MMCTIMR_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