Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DSpiLayerComm.cc242 unsigned int maxWaitingTime = 0; in SpiLayerComm_waitForResponse() local
246 maxWaitingTime = ATP.bwt * nBwt; in SpiLayerComm_waitForResponse()
247 STLOG_HAL_D("Maximum waiting time = %d", maxWaitingTime); in SpiLayerComm_waitForResponse()
273 if (elapsedTimeInMs > maxWaitingTime) { in SpiLayerComm_waitForResponse()