Searched refs:NAK_PID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c36 #define NAK_PID 0x5A macro
930 // If received a NAK_PID on write transaction, it means the usb debug device is busy and can not handle this transaction.
933 if (ReceivedPid == NAK_PID) {

Completed in 40 milliseconds