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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstDevEEPROM.cpp89 void writeOpAddr(int opCode, int opCodeBits, uint16_t addr, int addrBits);
501 * @opCodeBits: number of bits in opCode
505 void EEPROMTest::writeOpAddr(int opCode, int opCodeBits, uint16_t addr, int addrBits) argument
507 shiftOutBits(opCode, opCodeBits);

Completed in 52 milliseconds