Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1795 ….WithEnumField<DoubleWordRegister, PROTIMER_BaseCounterSource>(12, 2, out PROTIMER_baseCounterSour… in BuildProtocolTimerRegistersCollection()
1799 case PROTIMER_BaseCounterSource.Unused0: in BuildProtocolTimerRegistersCollection()
1800 case PROTIMER_BaseCounterSource.Unused1: in BuildProtocolTimerRegistersCollection()
4430 … if (PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow
4516 if (PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4572 … && PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow in PROTIMER_ComputeTimerLimit()
4653 if(PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow) in PROTIMER_HandlePreCounterOverflow()
5680 private IEnumRegisterField<PROTIMER_BaseCounterSource> PROTIMER_baseCounterSource;
6080 private enum PROTIMER_BaseCounterSource enum in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio