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.cc50 uint8_t spiLecture; in SpiLayerComm_waitForAtpLength() local
64 if (SpiLayerDriver_read(&spiLecture, 1) == -1) { in SpiLayerComm_waitForAtpLength()
70 if ((spiLecture == 0x00) || (spiLecture == 0xFF)) { in SpiLayerComm_waitForAtpLength()
75 ATP.len = spiLecture; in SpiLayerComm_waitForAtpLength()