Struct stm32h743::sdmmc1::SDMMC_DCNTR [] [src]

pub struct SDMMC_DCNTR { /* fields omitted */ }

The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set.

Methods

impl SDMMC_DCNTR
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for SDMMC_DCNTR

impl !Sync for SDMMC_DCNTR