Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dflash.cpp40 const uint32_t ot::Flash::sSwapInactive; member in ot::ot::Flash
249 otPlatFlashWrite(&GetInstance(), mSwapIndex, 0, &sSwapInactive, sizeof(sSwapInactive)); in Swap()
Dflash.hpp135 static const uint32_t sSwapInactive = 0xbe5cc5ec; member in ot::Flash