Home
last modified time | relevance | path

Searched refs:AutoCommandDone (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSunxiMMC.cs222 else if((interruptMask & (int)Interrupts.AutoCommandDone) != 0) in OnStartCommand()
224 rawInterruptStatus |= (int)Interrupts.AutoCommandDone; in OnStartCommand()
301 AutoCommandDone = (1 << 14), enumerator