Searched refs:otPlatFlashWrite (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/utils/ |
D | flash.cpp | 193 otPlatFlashWrite(&GetInstance(), mSwapIndex, mSwapUsed, &record, record.GetSize()); in Add() 196 otPlatFlashWrite(&GetInstance(), mSwapIndex, mSwapUsed, &record, sizeof(RecordHeader)); in Add() 243 otPlatFlashWrite(&GetInstance(), dstIndex, dstOffset, &record, record.GetSize()); in Swap() 248 otPlatFlashWrite(&GetInstance(), dstIndex, 0, &sSwapActive, sizeof(sSwapActive)); in Swap() 249 otPlatFlashWrite(&GetInstance(), mSwapIndex, 0, &sSwapInactive, sizeof(sSwapInactive)); in Swap() 278 otPlatFlashWrite(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Delete() 289 otPlatFlashWrite(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Delete() 301 otPlatFlashWrite(&GetInstance(), 0, 0, &sSwapActive, sizeof(sSwapActive)); in Wipe()
|
/openthread-latest/include/openthread/platform/ |
D | flash.h | 84 void otPlatFlashWrite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aDat…
|
/openthread-latest/examples/platforms/simulation/ |
D | flash.c | 133 void otPlatFlashWrite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aDat… in otPlatFlashWrite() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 552 void otPlatFlashWrite(otInstance *, uint8_t aSwapIndex, uint32_t aOffset, const void *aData, uint32… in otPlatFlashWrite() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 402 OT_TOOL_WEAK void otPlatFlashWrite(otInstance *, in otPlatFlashWrite() function
|