Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNXPGPIOPort.cs177 … .WithEnumField<DoubleWordRegister, InterruptConfiguration>(16, 4, writeCallback: (_, value) => in DefinePortRegisters()
179 … interruptManager.InterruptEnable[j] = value != InterruptConfiguration.Disabled; in DefinePortRegisters()
288 … private GPIOInterruptManager.InterruptTrigger CalculateInterruptType(InterruptConfiguration type) in CalculateInterruptType()
292 case InterruptConfiguration.InterruptWhenLow: in CalculateInterruptType()
294 case InterruptConfiguration.InterruptFallingEdge: in CalculateInterruptType()
296 case InterruptConfiguration.InterruptRisingEdge: in CalculateInterruptType()
298 case InterruptConfiguration.InterruptEitherEdge: in CalculateInterruptType()
300 case InterruptConfiguration.InterruptWhenHigh: in CalculateInterruptType()
302 case InterruptConfiguration.Disabled: in CalculateInterruptType()
346 private enum InterruptConfiguration enum in Antmicro.Renode.Peripherals.GPIOPort.NXPGPIOPort
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs90 {(long)Registers.InterruptConfiguration, new DoubleWordRegister(this) in CC2538_Cryptoprocessor()
692 InterruptConfiguration = 0x780, // AES_CTRL_INT_CFG enumerator