Home
last modified time | relevance | path

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

/hardware/nxp/weaver/libese_weaver/src/
Dweaver-parser-impl.cpp61 #define BYTE3_MSB_POS 8 macro
158 request.push_back(SHIFT_MASK & (slotId >> BYTE3_MSB_POS)); in FrameReadCmd()
191 request.push_back(SHIFT_MASK & (slotId >> BYTE3_MSB_POS)); in FrameWriteCmd()
241 uint32_t slots = response.at(SLOT_ID_INDEX) << BYTE3_MSB_POS; in ParseSlotInfo()
352 getDataInfo.timeout |= *readOffset++ << BYTE3_MSB_POS; in ParseGetDataInfo()
354 getDataInfo.failure_count = *readOffset++ << BYTE3_MSB_POS; in ParseGetDataInfo()