Searched refs:readCmd (Results 1 – 1 of 1) sorted by relevance
362 std::vector<uint8_t> readCmd = {commandReadPage, 0x0, 0x0, pageCount}; in verifySinglePage() local364 if (!i2cInterface.sendReceive(readCmd, readData)) in verifySinglePage()