Type Definition nucleo_h7xx::pac::sdmmc1::DCNTR[]

type DCNTR = Reg<u32, _DCNTR>;

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.

This register you can read. See API.

For information about available fields see dcntr module