Type Alias stm32_hal2::pac::sdmmc1::cmdr::CMDSUSPEND_R

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

Field CMDSUSPEND reader - The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1.

Aliased Type§

struct CMDSUSPEND_R { /* private fields */ }