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

pub struct SDMMC_ACKTIMER { /* fields omitted */ }

The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set.

Methods

impl SDMMC_ACKTIMER
[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