Struct daisy::pac::ethernet_mac::mac1ustcr::W
pub struct W(/* private fields */);
Expand description
Register MAC1USTCR
writer
Implementations§
§impl W
impl W
pub fn tic_1us_cntr(
&mut self
) -> FieldWriterRaw<'_, u32, MAC1USTCR_SPEC, u16, u16, Unsafe, 12, 0>
pub fn tic_1us_cntr( &mut self ) -> FieldWriterRaw<'_, u32, MAC1USTCR_SPEC, u16, u16, Unsafe, 12, 0>
Bits 0:11 - 1 µs tick Counter
Methods from Deref<Target = W<MAC1USTCR_SPEC>>§
pub 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§
§impl From<W<MAC1USTCR_SPEC>> for W
impl From<W<MAC1USTCR_SPEC>> for W
§fn from(writer: W<MAC1USTCR_SPEC>) -> W
fn from(writer: W<MAC1USTCR_SPEC>) -> W
Converts to this type from the input type.
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