Searched refs:endMs (Results 1 – 11 of 11) sorted by relevance
262 uint64_t endMs; in AdcIfPerformanceTest() local276 endMs = OsalGetSysTimeMs(); in AdcIfPerformanceTest()277 useTime = endMs - startMs; in AdcIfPerformanceTest()
247 uint64_t endMs; in DacIfPerformanceTest() local266 endMs = OsalGetSysTimeMs(); in DacIfPerformanceTest()268 useTime = endMs - startMs; in DacIfPerformanceTest()
273 uint64_t endMs; in TestCaseWatchdogIfPerformanceTest() local283 endMs = OsalGetSysTimeMs(); in TestCaseWatchdogIfPerformanceTest()285 useTime = endMs - startMs; in TestCaseWatchdogIfPerformanceTest()
339 uint64_t endMs; in ClockIfPerformanceTest() local352 endMs = OsalGetSysTimeMs(); in ClockIfPerformanceTest()353 useTime = endMs - startMs; in ClockIfPerformanceTest()
344 uint64_t endMs; in I2cTestPeformance() local357 endMs = OsalGetSysTimeMs(); in I2cTestPeformance()360 useTime = endMs - startMs; in I2cTestPeformance()
398 uint64_t endMs; in TimerIfPerformanceTest() local409 endMs = OsalGetSysTimeMs(); in TimerIfPerformanceTest()411 useTime = endMs - startMs; in TimerIfPerformanceTest()
287 uint64_t endMs; in UartIfPerformanceTest() local296 endMs = OsalGetSysTimeMs(); in UartIfPerformanceTest()298 useTime = endMs - startMs; in UartIfPerformanceTest()
347 uint64_t endMs; in PwmIfPerformanceTest() local352 endMs = OsalGetSysTimeMs(); in PwmIfPerformanceTest()354 useTime = endMs - startMs; in PwmIfPerformanceTest()
465 uint64_t endMs; in GpioIfPerformanceTest() local477 endMs = OsalGetSysTimeMs(); in GpioIfPerformanceTest()479 useTime = endMs - startMs; in GpioIfPerformanceTest()
495 uint64_t endMs; in SpiIfPerformanceTest() local500 endMs = OsalGetSysTimeMs(); in SpiIfPerformanceTest()503 useTime = endMs - startMs; in SpiIfPerformanceTest()
1475 auto endMs = endDur.count(); in GetDoNotDisturbDateInstance() local1477 return {type, beginMs, endMs}; in GetDoNotDisturbDateInstance()