Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs4514 PROTIMER_preCounterSourcedBitmask = 0; in PROTIMER_ComputeTimerLimit()
4529PROTIMER_preCounterSourcedBitmask |= (uint)PROTIMER_PreCountOverflowSourced.BaseCounter; in PROTIMER_ComputeTimerLimit()
4545PROTIMER_preCounterSourcedBitmask |= (uint)PROTIMER_PreCountOverflowSourced.WrapCounter; in PROTIMER_ComputeTimerLimit()
4560PROTIMER_preCounterSourcedBitmask |= ((uint)PROTIMER_PreCountOverflowSourced.TimeoutCounter0 << i); in PROTIMER_ComputeTimerLimit()
4580PROTIMER_preCounterSourcedBitmask |= ((uint)PROTIMER_PreCountOverflowSourced.CaptureCompareChannel… in PROTIMER_ComputeTimerLimit()
4593PROTIMER_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()
5672 private uint PROTIMER_preCounterSourcedBitmask = 0; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio