Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DNRF52840_Radio.cs304 private void LogUnhandledShort(IFlagRegisterField field, string shortName) in LogUnhandledShort() method in Antmicro.Renode.Peripherals.Wireless.NRF52840_Radio
323 LogUnhandledShort(shorts.DisabledRSSIStop, nameof(shorts.DisabledRSSIStop)); in Disable()
324 LogUnhandledShort(shorts.DisabledRxEnable, nameof(shorts.DisabledRxEnable)); in Disable()
325 LogUnhandledShort(shorts.DisabledTxEnable, nameof(shorts.DisabledTxEnable)); in Disable()
367 LogUnhandledShort(shorts.ReadyEnergyDetectStart, nameof(shorts.ReadyEnergyDetectStart)); in TxEnable()
382 LogUnhandledShort(shorts.ReadyEnergyDetectStart, nameof(shorts.ReadyEnergyDetectStart)); in RxEnable()
451LogUnhandledShort(shorts.EndStart, nameof(shorts.EndStart)); // not sure how to support it. It's i… in SendPacket()