Searched defs:otPlatAlarmMicroGetNow (Results 1 – 7 of 7) sorted by relevance
78 uint32_t otPlatAlarmMicroGetNow(void) { return (uint32_t)sNow; } in otPlatAlarmMicroGetNow() function
149 uint32_t otPlatAlarmMicroGetNow(void) { return static_cast<uint32_t>(platformAlarmGetNow()); } in otPlatAlarmMicroGetNow() function
178 uint32_t otPlatAlarmMicroGetNow(void) { return (uint32_t)platformGetNow(); } in otPlatAlarmMicroGetNow() function
88 uint32_t otPlatAlarmMicroGetNow(void) { return sNow; } in otPlatAlarmMicroGetNow() function
132 OT_TOOL_WEAK uint32_t otPlatAlarmMicroGetNow(void) in otPlatAlarmMicroGetNow() function
193 uint32_t otPlatAlarmMicroGetNow(void) { return sAlarmNow; } in otPlatAlarmMicroGetNow() function
353 uint32_t otPlatAlarmMicroGetNow(void) { return otPlatTimeGet(); } in otPlatAlarmMicroGetNow() function