Struct stm32f446_hal::stm32f446::sdmmc::SDMMC_DTIMER[][src]

pub struct SDMMC_DTIMER { /* fields omitted */ }

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.

Methods

impl SDMMC_DTIMER
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for SDMMC_DTIMER

impl !Sync for SDMMC_DTIMER