Searched refs:Flash (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/utils/ |
D | flash.cpp | 39 const uint32_t ot::Flash::sSwapActive; 40 const uint32_t ot::Flash::sSwapInactive; 42 void Flash::Init(void) in Init() 88 void Flash::SanitizeFreeSpace(void) in SanitizeFreeSpace() 114 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get() 165 Error Flash::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set() 170 Error Flash::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add() 177 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add() 204 bool Flash::DoesValidRecordExist(uint32_t aOffset, uint16_t aKey) const in DoesValidRecordExist() 223 void Flash::Swap(void) in Swap() [all …]
|
D | flash.hpp | 50 class Flash : public InstanceLocator class 56 explicit Flash(Instance &aInstance) in Flash() function in ot::Flash
|
/openthread-latest/src/core/common/ |
D | settings_driver.hpp | 228 Flash mFlash;
|
/openthread-latest/tests/unit/ |
D | test_flash.cpp | 49 Flash flash(*instance); in TestFlash()
|