Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs340 WriteFlashDoubleWord(programOffset, oldData & (uint)data); in OpenTitan_FlashController()
629 WriteFlashDoubleWord(truncatedOffset + i, 0xffffffff); in StartEraseOperation()
845 private void WriteFlashDoubleWord(long offset, uint value) in WriteFlashDoubleWord() method in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController