Home
last modified time | relevance | path

Searched defs:TryConvertStateObjToUlong (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheralWithTransactionState.cs14 bool TryConvertStateObjToUlong(IContextState stateObj, out ulong? state); in TryConvertStateObjToUlong() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs794 public bool TryConvertStateObjToUlong(IContextState stateObj, out ulong? state) in TryConvertStateObjToUlong() method in Antmicro.Renode.Peripherals.CPU.CortexM