Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.h44 #define SBLOCK_WTX_REQUEST_MASK 0b11000011 macro
DT1protocol.cc208 if ((tpdu->pcb == (uint8_t)SBLOCK_WTX_REQUEST_MASK) || in T1protocol_checkResponseLenConsistency()
298 if ((lastCmdTpduSent->pcb == (uint8_t)SBLOCK_WTX_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
587 if (lastRespTpduReceived->pcb == (uint8_t)SBLOCK_WTX_REQUEST_MASK) { in T1protocol_processSBlock()