Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.h269 uint8_t bit2 : 1; /*!< PCB: bit2 */ member
DphNxpEseProto7816_3.cpp635 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x00)) { in phNxpEseProto7816_DecodeFrame()
648 else if (((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x00)) || in phNxpEseProto7816_DecodeFrame()
650 ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01))) { in phNxpEseProto7816_DecodeFrame()
652 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01)) in phNxpEseProto7816_DecodeFrame()
723 else if ((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x01)) { in phNxpEseProto7816_DecodeFrame()