Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DExceptionKeeper.cs21 var dispatchInfo = ExceptionDispatchInfo.Capture(e); in AddException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMAX32650_Timer.cs156 Capture, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs3542 …nable.Value && PROTIMER_captureCompareChannel[i].mode.Value == PROTIMER_CaptureCompareMode.Capture) in FRC_CheckSyncWords()
3559 …PROTIMER_captureCompareChannel[i].Capture((ushort)PROTIMER_PreCounterValue, PROTIMER_BaseCounterVa… in FRC_CheckSyncWords()
4225 …nable.Value && PROTIMER_captureCompareChannel[i].mode.Value == PROTIMER_CaptureCompareMode.Capture) in RAC_TxTimerLimitReached()
4231 …PROTIMER_captureCompareChannel[i].Capture((ushort)PROTIMER_PreCounterValue, PROTIMER_BaseCounterVa… in RAC_TxTimerLimitReached()
4311 …nable.Value && PROTIMER_captureCompareChannel[i].mode.Value == PROTIMER_CaptureCompareMode.Capture) in RAC_RxTimerLimitReached()
4318 …PROTIMER_captureCompareChannel[i].Capture((ushort)PROTIMER_PreCounterValue, PROTIMER_BaseCounterVa… in RAC_RxTimerLimitReached()
6113 Capture = 0x1, enumerator
9228 public void Capture(ushort preVal, ushort baseVal, uint wrapVal) in Capture() method in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs224 … System.Runtime.ExceptionServices.ExceptionDispatchInfo.Capture(e.InnerException).Throw(); in RunCommand()