Type Alias stm32_hal2::pac::sdmmc1::cmdr::CPSMEN_W

source ·
pub type CPSMEN_W<'a, const O: u8> = BitWriterRaw<'a, u32, CMDR_SPEC, bool, BitM, O>;
Expand description

Field CPSMEN writer - Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0.

Aliased Type§

struct CPSMEN_W<'a, const O: u8> { /* private fields */ }