Searched refs:RTT_LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
33 #define RTT_LOG_SIZE 30 macro104 int64_t txTimes[RTT_LOG_SIZE];105 int64_t rxTimes[RTT_LOG_SIZE];
411 uint32_t avail = !logFull ? wrPtr : RTT_LOG_SIZE; in dumpLog()432 i = (i + 1) % RTT_LOG_SIZE; in dumpLog()
1489 wrPtr = (wrPtr + 1) % RTT_LOG_SIZE; in logTX()1504 i = (i + 1) % RTT_LOG_SIZE; in logRX()