Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs108 …PROTIMER_captureCompareChannel = new PROTIMER_CaptureCompareChannel[PROTIMER_NumberOfCaptureCompar… in EFR32xG24_Radio()
112 … PROTIMER_captureCompareChannel[i] = new PROTIMER_CaptureCompareChannel(this, (uint)i); in EFR32xG24_Radio()
5678 private PROTIMER_CaptureCompareChannel[] PROTIMER_captureCompareChannel;
9220 private class PROTIMER_CaptureCompareChannel class in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio
9222 public PROTIMER_CaptureCompareChannel(EFR32xG24_Radio parent, uint index) in PROTIMER_CaptureCompareChannel() method in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel