Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp242 unsigned int maxRetryCount = 0, retryDelay = 0; in phPalEse_spi_write() local
260 maxRetryCount = (configNum2 > 0) in phPalEse_spi_write()
266 maxRetryCount = MAX_SPI_WRITE_RETRY_COUNT_HW_ERR; in phPalEse_spi_write()
271 if (retryCount < maxRetryCount) { in phPalEse_spi_write()