Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs334 var isInBounds = flashAddress.HasValue && IsOffsetInBounds(programOffset); in OpenTitan_FlashController()
379 var isInBounds = flashAddress.HasValue && IsOffsetInBounds(readOffset); in OpenTitan_FlashController()
586 if(!IsOffsetInBounds(truncatedOffset)) in StartEraseOperation()
655 private bool IsOffsetInBounds(long offset) in IsOffsetInBounds() method in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController