Home
last modified time | relevance | path

Searched refs:OT_PLAT_RESET_REASON_POWER_ON (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/include/openthread/platform/
Dmisc.h72 OT_PLAT_RESET_REASON_POWER_ON = 0, enumerator
/openthread-3.5.0/examples/platforms/simulation/
Dmisc.c40 static otPlatResetReason sPlatResetReason = OT_PLAT_RESET_REASON_POWER_ON;
/openthread-3.5.0/src/posix/platform/
Dmisc.cpp43 otPlatResetReason gPlatResetReason = OT_PLAT_RESET_REASON_POWER_ON;
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp221 return OT_PLAT_RESET_REASON_POWER_ON; in otPlatGetResetReason()
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp226 …WEAK otPlatResetReason otPlatGetResetReason(otInstance *) { return OT_PLAT_RESET_REASON_POWER_ON; } in otPlatGetResetReason()
/openthread-3.5.0/src/ncp/
Dncp_base.cpp159 case OT_PLAT_RESET_REASON_POWER_ON: in ResetReasonToSpinelStatus()