Type Definition esp32s3::sdhost::cmd::CCS_EXPECTED_W

source ·
pub type CCS_EXPECTED_W<'a, const O: u8> = BitWriter<'a, CMD_SPEC, O>;
Expand description

Field CCS_EXPECTED writer - Expected Command Completion Signal (CCS) configuration. 0: Interrupts are not enabled in CE-ATA device (nIEN = 1 in ATA control register), or command does not expect CCS from device; 1: Interrupts are enabled in CE-ATA device (nIEN = 0), and RW_BLK command expects command completion signal from CE-ATA device. If the command expects Command Completion Signal (CCS) from the CE-ATA device, the software should set this control bit. SD/MMC sets Data Transfer Over (DTO) bit in RINTSTS register and generates interrupt to host if Data Transfer Over interrupt is not masked.