Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1246 .WithFlag(2, out BUFC_buffer[0].thresholdEvent, name: "BUF0THRIF") in BuildBufferControllerRegistersCollection()
1252 .WithFlag(10, out BUFC_buffer[1].thresholdEvent, name: "BUF1THRIF") in BuildBufferControllerRegistersCollection()
1258 .WithFlag(18, out BUFC_buffer[2].thresholdEvent, name: "BUF2THRIF") in BuildBufferControllerRegistersCollection()
1264 .WithFlag(26, out BUFC_buffer[3].thresholdEvent, name: "BUF3THRIF") in BuildBufferControllerRegistersCollection()
9506 || (thresholdEvent.Value && thresholdEventEnable.Value)
9615 thresholdEvent.Value = true; in UpdateThresholdFlag()
9624 public IFlagRegisterField thresholdEvent; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.BUFC_Buffer