Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/platform/
Dflash.h56 uint32_t otPlatFlashGetSwapSize(otInstance *aInstance);
/openthread-3.6.0/examples/platforms/simulation/
Dflash.c94 uint32_t otPlatFlashGetSwapSize(otInstance *aInstance) in otPlatFlashGetSwapSize() function
/openthread-3.6.0/src/core/utils/
Dflash.cpp51 mSwapSize = otPlatFlashGetSwapSize(&GetInstance()); in Init()
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp351 OT_TOOL_WEAK uint32_t otPlatFlashGetSwapSize(otInstance *) { return FLASH_SWAP_SIZE; } in otPlatFlashGetSwapSize() function