Home
last modified time | relevance | path

Searched defs:EnableInterrupt (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs247 public void EnableInterrupt(TInterrupt interrupt, bool status = true) in EnableInterrupt() method in Antmicro.Renode.Utilities.TInterrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF_CLOCK.cs252 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIOTasksEvents.cs370 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNRF52840_SPI.cs429 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFM32GGI2CController.cs610 private void EnableInterrupt(uint interruptMask) in EnableInterrupt() method in Antmicro.Renode.Peripherals.I2C.EFM32GGI2CController