Searched defs:otPlatTimeGet (Results 1 – 5 of 5) sorted by relevance
187 uint64_t otPlatTimeGet(void) { return sNow; } in otPlatTimeGet() function
80 uint64_t otPlatTimeGet(void) in otPlatTimeGet() function
177 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet() function
300 uint64_t otPlatTimeGet(void) { return platformGetNow(); } in otPlatTimeGet() function
237 OT_TOOL_WEAK uint64_t otPlatTimeGet(void) { return UINT64_MAX; } in otPlatTimeGet() function