pub struct W(_);Expand description
Register DTIMER writer
Implementations
sourceimpl W
impl W
sourcepub fn datatime(
&mut self
) -> FieldWriterRaw<'_, u32, DTIMER_SPEC, u32, u32, Unsafe, 32, 0>
pub fn datatime(
&mut self
) -> FieldWriterRaw<'_, u32, DTIMER_SPEC, u32, u32, Unsafe, 32, 0>
Bits 0:31 - Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods.
Methods from Deref<Target = W<DTIMER_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
sourceimpl From<W<DTIMER_SPEC>> for W
impl From<W<DTIMER_SPEC>> for W
sourcefn from(writer: W<DTIMER_SPEC>) -> W
fn from(writer: W<DTIMER_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more