Home
last modified time | relevance | path

Searched refs:ClearInterrupt (Results 1 – 25 of 32) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DQuark_SystemControlSubsystem.cs38 …{(long)Registers.ClearInterrupt, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.ClearIn… in Quark_SystemControlSubsystem()
107 ClearInterrupt = 0xB4C, enumerator
DZynqMP_IPI.cs210 private void ClearInterrupt(ChannelId targetChannelId, ChannelId sourceChannelId) in ClearInterrupt() method in Antmicro.Renode.Peripherals.Miscellaneous.ZynqMP_IPI
338 ipi.ClearInterrupt(id, channelId); in HandleWriteToStatusAndClear()
350 ipi.ClearInterrupt(id, channelId); in HandleWriteToDisableMask()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSAM_SPI.cs115 irqManager.ClearInterrupt(Interrupts.TransmitDataRegisterEmpty); in DefineRegisters()
161 irqManager.ClearInterrupt(Interrupts.ReceiveDataRegisterFull); in DefineRegisters()
183 irqManager.ClearInterrupt(Interrupts.TransmissionRegistersEmpty); in DefineRegisters()
203 irqManager.ClearInterrupt(Interrupts.ModeFaultError); in DefineRegisters()
204 irqManager.ClearInterrupt(Interrupts.OverrunError); in DefineRegisters()
205 irqManager.ClearInterrupt(Interrupts.NSSRising); in DefineRegisters()
206 irqManager.ClearInterrupt(Interrupts.UnderrunError); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DTegraI2CController.cs55 ClearInterrupt(Interrupts.RxFifoDataReq); in ReadDoubleWord()
103 ClearInterrupt(Interrupts.TxFifoOverflow); in WriteDoubleWord()
108 ClearInterrupt(Interrupts.RxFifoUnderflow); in WriteDoubleWord()
246 private void ClearInterrupt(params Interrupts[] interrupt) in ClearInterrupt() method in Antmicro.Renode.Peripherals.I2C.TegraI2CController
DEFR32_GenericI2CController.cs132 interruptsManager.ClearInterrupt(irq); in GenerateInterruptFlagRegister()
238 interruptsManager.ClearInterrupt(interrupt: Interrupt.TransmitBufferLevel); in OnStartCommand()
275 interruptsManager.ClearInterrupt(Interrupt.TransmitBufferLevel); in LoadTxData()
DEFM32GGI2CController.cs129 ClearInterrupt(value); in WriteDoubleWord()
252 ClearInterrupt((uint)Interrupts.TXBL); in HandleCommand()
275 ClearInterrupt((uint)Interrupts.TXBL); in LoadTxData()
597 private void ClearInterrupt(uint interruptMask) in ClearInterrupt() method in Antmicro.Renode.Peripherals.I2C.EFM32GGI2CController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DLEUART.cs65 ClearInterrupt(); in WriteDoubleWord()
131 private void ClearInterrupt() in ClearInterrupt() method in Antmicro.Renode.Peripherals.UART.LEUART
DESP32_UART.cs52 …Mode.Write, writeCallback: (interrupt, _, newValue) => { if(newValue) ClearInterrupt(interrupt); }) in ESP32_UART()
146 private void ClearInterrupt(int interrupt) in ClearInterrupt() method in Antmicro.Renode.Peripherals.UART.ESP32_UART
DPL011.cs133 private void ClearInterrupt(int interrupt) in ClearInterrupt() method in Antmicro.Renode.Peripherals.UART.PL011
245 …Mode.Write, writeCallback: (interrupt, _, newValue) => { if(newValue) ClearInterrupt(interrupt); }) in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32LDMA.cs97 channels[i].ClearInterrupt(); in HandleClearInterrupt()
155 public void ClearInterrupt() in ClearInterrupt() method in Antmicro.Renode.Peripherals.DMA.STM32LDMA.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEfm32Timer.cs110 ClearInterrupt(); in WriteDoubleWord()
DPeriodicInterruptTimer.cs112 timers[timerNo].CoreTimer.ClearInterrupt(); in WriteTimer()
DMiV_CoreTimer.cs74 …eld(0, 32, FieldMode.Write, writeCallback: (_, __) => { IRQ.Set(false); this.ClearInterrupt(); })}, in MiV_CoreTimer()
DS32K3XX_SystemTimerModule.cs137 channelTimer[index].ClearInterrupt(); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DRenesasDA14_GPADC.cs207 GeneralPurposeRegisters.ClearInterrupt.Define(this) in DefineRegisters()
248 ClearInterrupt = 0x1C, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_PrivateTimer.cs89 writeCallback: (_, val) => { if(val) timer.ClearInterrupt(); }, in BuildRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DQuark_GPIOController.cs184 {(long)Registers.ClearInterrupt, new DoubleWordRegister(this) in PrepareRegisters()
327 ClearInterrupt = 0x4C, enumerator
DNXPGPIOPort.cs144 interruptManager.ClearInterrupt(i); in DefinePortRegisters()
188 interruptManager.ClearInterrupt(j); in DefinePortRegisters()
DCC2538_GPIO.cs169 irqManager.ClearInterrupt(i); in PrepareRegisters()
DMPFS_GPIO.cs37 irqManager.ClearInterrupt(i); in MPFS_GPIO()
DMiV_CoreGPIO.cs41 irqManager.ClearInterrupt(i); in MiV_CoreGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs240 writeCallback: (_, __) => ClearInterrupt(local));
288 public void ClearInterrupt(TInterrupt interrupt) in ClearInterrupt() method in Antmicro.Renode.Utilities.TInterrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs56 public void ClearInterrupt(int index) in ClearInterrupt() method in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DLimitTimer.cs238 public void ClearInterrupt() in ClearInterrupt() method in Antmicro.Renode.Peripherals.Timers.LimitTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs48 interruptManager.ClearInterrupt(interrupt); in K6xF_Ethernet()
66 interruptManager.ClearInterrupt(interrupt); in K6xF_Ethernet()

12