Searched refs:sSwapActive (Results 1 – 2 of 2) sorted by relevance
39 const uint32_t ot::Flash::sSwapActive; member in ot::ot::Flash62 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()
134 static const uint32_t sSwapActive = 0xbe5cc5ee; member in ot::Flash