Searched refs:MAX_I2C_RETRY_DELAY (Results 1 – 1 of 1) sorted by relevance
67 #define MAX_I2C_RETRY_DELAY 250000000ull // 250 milliseconds macro68 #define MAX_I2C_RETRY_COUNT (15000000000ull / MAX_I2C_RETRY_DELAY) // 15 seconds293 … mTask.retryTimerHandle = timTimerSet(MAX_I2C_RETRY_DELAY, 0, 50, retryTimerCallback, NULL, true); in setRetryTimer()