Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1806 …eld<DoubleWordRegister, PROTIMER_WrapCounterSource>(16, 2, out PROTIMER_wrapCounterSource, changeC… in BuildProtocolTimerRegistersCollection()
4450 … if (PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow
4532 if (PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4585 … && PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow in PROTIMER_ComputeTimerLimit()
4657 if(PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow) in PROTIMER_HandlePreCounterOverflow()
4674 if(PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.BaseCounterOverflow) in PROTIMER_HandleBaseCounterOverflow()
5681 private IEnumRegisterField<PROTIMER_WrapCounterSource> PROTIMER_wrapCounterSource; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio