Home
last modified time | relevance | path

Searched refs:mScheduled (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_alarm.hpp39 bool ShouldTrigger(Time aNow) const { return mScheduled && (aNow >= mAlarmTime); } in ShouldTrigger()
41 bool mScheduled; member
Dnexus_alarm.cpp49 alarm.mScheduled = true; in otPlatAlarmMilliStartAt()
55 void otPlatAlarmMilliStop(otInstance *aInstance) { AsNode(aInstance).mAlarm.mScheduled = false; } in otPlatAlarmMilliStop()
Dnexus_core.cpp68 if (aAlarm.mScheduled) in UpdateNextAlarmTime()