Struct daisy::pac::sdmmc1::dtimer::DTIMER_SPEC
pub struct DTIMER_SPEC;
Expand description
The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see dtimer module
Trait Implementations§
§impl Readable for DTIMER_SPEC
impl Readable for DTIMER_SPEC
read()
method returns dtimer::R reader structure
§impl RegisterSpec for DTIMER_SPEC
impl RegisterSpec for DTIMER_SPEC
§impl Resettable for DTIMER_SPEC
impl Resettable for DTIMER_SPEC
reset()
method sets DTIMER to value 0
§fn reset_value() -> <DTIMER_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DTIMER_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DTIMER_SPEC
impl RefUnwindSafe for DTIMER_SPEC
impl Send for DTIMER_SPEC
impl Sync for DTIMER_SPEC
impl Unpin for DTIMER_SPEC
impl UnwindSafe for DTIMER_SPEC
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