Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.h48 #define SBLOCK_ABORT_REQUEST_MASK 0b11000010 macro
DT1protocol.cc215 } else if ((tpdu->pcb == (uint8_t)SBLOCK_ABORT_REQUEST_MASK) || in T1protocol_checkResponseLenConsistency()
299 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_ABORT_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
606 } else if (lastRespTpduReceived->pcb == (uint8_t)SBLOCK_ABORT_REQUEST_MASK) { in T1protocol_processSBlock()