Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs490 private bool IsExceptionSet(ExceptionFlags flag) in IsExceptionSet() method in Antmicro.Renode.Peripherals.Wireless.CC2520
500 Connections[(int)GPIOs.Sfd].Set(IsExceptionSet(ExceptionFlags.StartOfFrameDelimiter)); in UpdateInterrupts()
501 Connections[(int)GPIOs.Fifop].Set(IsExceptionSet(ExceptionFlags.FifoThresholdReached)); in UpdateInterrupts()