Searched refs:otPlatFlashRead (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/utils/ |
D | flash.cpp | 60 otPlatFlashRead(&GetInstance(), mSwapIndex, 0, &swapMarker, sizeof(swapMarker)); in Init() 70 otPlatFlashRead(&GetInstance(), mSwapIndex, mSwapUsed, &record, sizeof(record)); in Init() 100 otPlatFlashRead(&GetInstance(), mSwapIndex, offset, &temp, sizeof(temp)); in SanitizeFreeSpace() 124 otPlatFlashRead(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Get() 147 … otPlatFlashRead(&GetInstance(), mSwapIndex, offset + sizeof(record), aValue, readLength); in Get() 211 otPlatFlashRead(&GetInstance(), mSwapIndex, aOffset, &record, sizeof(record)); in DoesValidRecordExist() 233 otPlatFlashRead(&GetInstance(), mSwapIndex, srcOffset, &record, sizeof(RecordHeader)); in Swap() 242 otPlatFlashRead(&GetInstance(), mSwapIndex, srcOffset, &record, record.GetSize()); in Swap() 263 otPlatFlashRead(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Delete()
|
/openthread-latest/include/openthread/platform/ |
D | flash.h | 73 void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint…
|
/openthread-latest/examples/platforms/simulation/ |
D | flash.c | 118 void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint… in otPlatFlashRead() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 547 void otPlatFlashRead(otInstance *, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint32_t aSiz… in otPlatFlashRead() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 389 OT_TOOL_WEAK void otPlatFlashRead(otInstance *, uint8_t aSwapIndex, uint32_t aOffset, void *aData, … in otPlatFlashRead() function
|