Type Alias CCS_EXPECTED_W

Source
pub type CCS_EXPECTED_W<'a, REG> = BitWriter<'a, REG>;
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.

Aliased Typeยง

struct CCS_EXPECTED_W<'a, REG> { /* private fields */ }