Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DSpiLayerComm.cc65 uint8_t spiLecture; in SpiLayerComm_waitForAtpLength() local
79 if (SpiLayerDriver_read(&spiLecture, 1) == -1) { in SpiLayerComm_waitForAtpLength()
85 if ((spiLecture == 0x00) || (spiLecture == 0xFF)) { in SpiLayerComm_waitForAtpLength()
90 ATP.len = spiLecture; in SpiLayerComm_waitForAtpLength()