Type Alias stm32_hal2::pac::sdmmc1::dctrl::DTEN_R

source ·
pub type DTEN_R = BitReaderRaw<bool>;
Expand description

Field DTEN reader - Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards.

Aliased Type§

struct DTEN_R { /* private fields */ }