Home
last modified time | relevance | path

Searched defs:otPlatAlarmMicroGetNow (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/examples/platforms/simulation/virtual_time/
Dalarm-sim.c78 uint32_t otPlatAlarmMicroGetNow(void) { return (uint32_t)sNow; } in otPlatAlarmMicroGetNow() function
/openthread-latest/src/posix/platform/
Dalarm.cpp149 uint32_t otPlatAlarmMicroGetNow(void) { return static_cast<uint32_t>(platformAlarmGetNow()); } in otPlatAlarmMicroGetNow() function
/openthread-latest/examples/platforms/simulation/
Dalarm.c178 uint32_t otPlatAlarmMicroGetNow(void) { return (uint32_t)platformGetNow(); } in otPlatAlarmMicroGetNow() function
/openthread-latest/tests/unit/
Dtest_timer.cpp88 uint32_t otPlatAlarmMicroGetNow(void) { return sNow; } in otPlatAlarmMicroGetNow() function
Dtest_platform.cpp132 OT_TOOL_WEAK uint32_t otPlatAlarmMicroGetNow(void) in otPlatAlarmMicroGetNow() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp193 uint32_t otPlatAlarmMicroGetNow(void) { return sAlarmNow; } in otPlatAlarmMicroGetNow() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp353 uint32_t otPlatAlarmMicroGetNow(void) { return otPlatTimeGet(); } in otPlatAlarmMicroGetNow() function