Type Alias esp32::sdhost::cmd::START_CMD_W
source · pub type START_CMD_W<'a, REG> = BitWriter<'a, REG>;Expand description
Field START_CMD writer - Start command. Once command is served by the CIU, this bit is automatically cleared. When this bit is set, host should not attempt to write to any command registers. If a write is attempted, hardware lock error is set in raw interrupt register. Once command is sent and a response is received from SD_MMC_CEATA cards, Command Done bit is set in the raw interrupt Register.
Aliased Type§
struct START_CMD_W<'a, REG> { /* private fields */ }