Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs4529 … PROTIMER_preCounterSourcedBitmask |= (uint)PROTIMER_PreCountOverflowSourced.BaseCounter; in PROTIMER_ComputeTimerLimit()
4545 … PROTIMER_preCounterSourcedBitmask |= (uint)PROTIMER_PreCountOverflowSourced.WrapCounter; in PROTIMER_ComputeTimerLimit()
4560 …PROTIMER_preCounterSourcedBitmask |= ((uint)PROTIMER_PreCountOverflowSourced.TimeoutCounter0 << i); in PROTIMER_ComputeTimerLimit()
4580 …PROTIMER_preCounterSourcedBitmask |= ((uint)PROTIMER_PreCountOverflowSourced.CaptureCompareChannel… in PROTIMER_ComputeTimerLimit()
4593 …PROTIMER_preCounterSourcedBitmask |= ((uint)PROTIMER_PreCountOverflowSourced.CaptureCompareChannel… in PROTIMER_ComputeTimerLimit()
4613 … if((PROTIMER_preCounterSourcedBitmask & (uint)PROTIMER_PreCountOverflowSourced.BaseCounter) > 0) in PROTIMER_HandlePreCntOverflows()
4617 … if((PROTIMER_preCounterSourcedBitmask & (uint)PROTIMER_PreCountOverflowSourced.WrapCounter) > 0) in PROTIMER_HandlePreCntOverflows()
4624 …if ((PROTIMER_preCounterSourcedBitmask & ((uint)PROTIMER_PreCountOverflowSourced.TimeoutCounter0 <… in PROTIMER_HandlePreCntOverflows()
6203 private enum PROTIMER_PreCountOverflowSourced : uint enum in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio