Searched refs:EnableInterrupt (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | InterruptManager.cs | 184 … 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/ |
| D | NRF52840_SPI.cs | 68 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/ |
| D | NRF_CLOCK.cs | 156 Registers.EnableInterrupt.Define(this) in DefineRegisters() 252 EnableInterrupt = 0x304, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | NRF52840_GPIOTasksEvents.cs | 98 Registers.EnableInterrupt.Define(this) in DefineRegisters() 370 EnableInterrupt = 0x304, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | EFM32GGI2CController.cs | 132 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/ |
| D | NRF52840_UART.cs | 160 …ine.LocalTimeSource.ExecuteInNearestSyncedState(ts => interruptManager.EnableInterrupt(interrupt)); in DefineRegisters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | K6xF_Ethernet.cs | 61 interruptManager.EnableInterrupt(interrupt); in K6xF_Ethernet()
|
| D | CadenceGEM.cs | 285 interruptManager.EnableInterrupt(interrupt); in CadenceGEM()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | MPFS_SDController.cs | 386 irqManager.EnableInterrupt(irq, curr); in InitializeRegisters()
|