Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.cc209 (tpdu->pcb == (uint8_t)SBLOCK_IFS_REQUEST_MASK) || in T1protocol_checkResponseLenConsistency()
299 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_IFS_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
584 } else if (lastRespTpduReceived->pcb == (uint8_t)SBLOCK_IFS_REQUEST_MASK) { in T1protocol_processSBlock()
1077 int result = Tpdu_formTpdu(NAD_HOST_TO_SLAVE, SBLOCK_IFS_REQUEST_MASK, 1, in T1protocol_doRequestIFS()
DT1protocol.h46 #define SBLOCK_IFS_REQUEST_MASK 0b11000001 macro