Home
last modified time | relevance | path

Searched refs:sSwapActive (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dflash.cpp39 const uint32_t ot::Flash::sSwapActive; member in ot::ot::Flash
62 if (swapMarker == sSwapActive) in Init()
248 otPlatFlashWrite(&GetInstance(), dstIndex, 0, &sSwapActive, sizeof(sSwapActive)); in Swap()
301 otPlatFlashWrite(&GetInstance(), 0, 0, &sSwapActive, sizeof(sSwapActive)); in Wipe()
304 mSwapUsed = sizeof(sSwapActive); in Wipe()
Dflash.hpp134 static const uint32_t sSwapActive = 0xbe5cc5ee; member in ot::Flash