Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs184 … writeCallback: (_, v) => { if(v) EnableInterrupt(local, true); });
197 … writeCallback: (_, v) => { if(v) EnableInterrupt(local, false); });
210 writeCallback: (_, v) => EnableInterrupt(local, v));
247 public void EnableInterrupt(TInterrupt interrupt, bool status = true) in EnableInterrupt() method in Antmicro.Renode.Utilities.TInterrupt
262 EnableInterrupt(interrupt, false); in DisableInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNRF52840_SPI.cs68 Registers.EnableInterrupt.Define(this) in DefineRegisters()
118 Registers.EnableInterrupt.Define(this) in DefineRegisters()
429 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF_CLOCK.cs156 Registers.EnableInterrupt.Define(this) in DefineRegisters()
252 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIOTasksEvents.cs98 Registers.EnableInterrupt.Define(this) in DefineRegisters()
370 EnableInterrupt = 0x304, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFM32GGI2CController.cs132 EnableInterrupt(value); in WriteDoubleWord()
610 private void EnableInterrupt(uint interruptMask) in EnableInterrupt() method in Antmicro.Renode.Peripherals.I2C.EFM32GGI2CController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNRF52840_UART.cs160 …ine.LocalTimeSource.ExecuteInNearestSyncedState(ts => interruptManager.EnableInterrupt(interrupt)); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs61 interruptManager.EnableInterrupt(interrupt); in K6xF_Ethernet()
DCadenceGEM.cs285 interruptManager.EnableInterrupt(interrupt); in CadenceGEM()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs386 irqManager.EnableInterrupt(irq, curr); in InitializeRegisters()