Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.cpp362 std::vector<uint8_t> readCmd = {commandReadPage, 0x0, 0x0, pageCount}; in verifySinglePage() local
364 if (!i2cInterface.sendReceive(readCmd, readData)) in verifySinglePage()