Home
last modified time | relevance | path

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

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