Searched refs:GetFlash (Results 1 – 5 of 5) sorted by relevance
360 uint8_t *GetFlash(void) in GetFlash() function386 memset(GetFlash() + address, 0xff, FLASH_SWAP_SIZE); in otPlatFlashErase()399 memcpy(aData, GetFlash() + address + aOffset, aSize); in otPlatFlashRead()418 GetFlash()[address + aOffset + index] &= ((uint8_t *)aData)[index]; in otPlatFlashWrite()
70 OptionalBool GetFlash() const { return m_flash; } in GetFlash() function