Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs133 AssertInterrupt(irqRxUnderflow); in InterruptReadUnderflow()
142 AssertInterrupt(irqMasterStop); in InterruptMasterStop()
151 AssertInterrupt(irqStart); in InterruptStart()
159 AssertInterrupt(irqAck); in InterruptAck()
167 AssertInterrupt(irqNack); in InterruptNack()
176 AssertInterrupt(irqBusHold); in InterruptBusHold()
189 AssertInterrupt(irqTxBufferLevel); in InterruptTransmitBufferLevel()
206 AssertInterrupt(irqTransferCompleted); in InterruptTransferCompleted()
323 private void AssertInterrupt(uint irqMask) in AssertInterrupt() method in Antmicro.Renode.PeripheralsTests.EFR32_I2CControllerTests