Home
last modified time | relevance | path

Searched refs:otPlatFlashGetSwapSize (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/platform/
Dflash.h54 uint32_t otPlatFlashGetSwapSize(otInstance *aInstance);
/openthread-latest/examples/platforms/simulation/
Dflash.c94 uint32_t otPlatFlashGetSwapSize(otInstance *aInstance) in otPlatFlashGetSwapSize() function
/openthread-latest/src/core/utils/
Dflash.cpp48 mSwapSize = otPlatFlashGetSwapSize(&GetInstance()); in Init()
/openthread-latest/tests/gtest/
Dfake_platform.cpp543 uint32_t otPlatFlashGetSwapSize(otInstance *) { return FakePlatform::CurrentPlatform().FlashGetSwap… in otPlatFlashGetSwapSize() function
/openthread-latest/tests/unit/
Dtest_platform.cpp376 OT_TOOL_WEAK uint32_t otPlatFlashGetSwapSize(otInstance *) { return FLASH_SWAP_SIZE; } in otPlatFlashGetSwapSize() function