/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/ |
D | CLIC-priorities-01.robot | 36 # Interrupt with the highest priority should be handled first. 37 Wait For Line On Uart Interrupt 18, priority 3 38 Wait For Line On Uart Interrupt 16, priority 2 39 Wait For Line On Uart Interrupt 17, priority 1
|
D | CLIC-level-prio-01.robot | 35 # Interrupt with the highest priority should be handled first. 36 Wait For Line On Uart Interrupt 17, level 1, priority 15 37 Wait For Line On Uart Interrupt 18, level 1, priority 14 41 Wait For Line On Uart Interrupt 16, level 2, priority 12 46 Should Not Be On Uart Interrupt 17, level 1, priority 15
|
D | CLIC-preemption-01.robot | 20 Wait For Line On Uart Interrupt 16, level 2 22 Should Not Be On Uart Interrupt 17, level 1 24 Wait For Line On Uart Interrupt 18, level 3
|
/Renode-v1.15.3-c57714d/tests/platforms/systemc/interrupts/ |
D | interrupts.robot | 15 Should Invoke Interrupt Handlers Initiated By SystemC 21 Wait For Line On Uart Interrupt handler for interrupter 0 (every 1 second) 22 Wait For Line On Uart Interrupt handler for interrupter 1 (every 3 seconds)
|
/Renode-v1.15.3-c57714d/platforms/cpus/ |
D | murax_vexriscv.repl | 11 IRQ -> cpu@11 // Machine External Interrupt 16 IRQ -> cpu@7 // Machine Timer Interrupt
|
D | litex_vexriscv_linux.repl | 27 // IRQ #100 is Machine Timer Interrupt
|
D | miv_rv32.repl | 9 // Power/Reset/Clock/Interrupt
|
D | mpc5567.repl | 35 Tag <0xFFF48000, 0xFFF4BFFF> "Interrupt controller"
|
D | miv.repl | 27 // Power/Reset/Clock/Interrupt
|
D | atsamd21j17d-aft.repl | 58 Tag <0x40001800 0x40> "External Interrupt Controller"
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_bus.h | 65 struct Interrupt { struct 71 std::vector<Interrupt> interrupts; argument
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/ |
D | ActionType.cs | 19 Interrupt, enumerator
|
/Renode-v1.15.3-c57714d/platforms/cpus/verilated/ |
D | murax_vexriscv_verilated_uart.repl | 17 IRQ -> cpu@7 // Machine Timer Interrupt
|
D | riscv_verilated_uartlite.repl | 12 // Power/Reset/Clock/Interrupt
|
/Renode-v1.15.3-c57714d/tests/platforms/MiV/ |
D | MiV.robot | 46 Wait For Line On Uart CoreTIMER and external Interrupt Example. 112 Wait For Line On Uart CoreTIMER and external Interrupt Example. 140 Wait For Line On Uart CoreTIMER and external Interrupt Example. 165 Wait For Line On Uart CoreTIMER and external Interrupt Example. 191 Wait For Line On Uart CoreTIMER and external Interrupt Example. 229 Wait For Line On Uart CoreTIMER and external Interrupt Example.
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | vegaboard_ri5cy.resc | 19 sysbus Tag <0x4004f000 0x1e4> "INTMUX0: Interrupt Multiplexer 0" 81 # EVENT0: Clear Interrupt Pending Register
|
/Renode-v1.15.3-c57714d/tests/unit-tests/InterruptHooks/ |
D | arm-m.robot | 8 Should Invoke Interrupt Hooks
|
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/ |
D | litex_linux_vexriscv.repl | 53 // IRQ #100 is Machine Timer Interrupt
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | nucleo_wba52cg.robot | 69 SPI Should Work In Interrupt Mode
|
D | GR712RC.robot | 42 Should Run RTEMS GPIO Interrupt Sample
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | CoSimulationConnection.cs | 250 Write(null, ActionType.Interrupt, number, value ? 1ul : 0ul); in SendGPIO() 401 case ActionType.Interrupt: in HandleReceivedMessage()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | arm-wfi-hook.robot | 36 Should Invoke Interrupt Hooks
|
D | arm-performance-monitoring-unit.robot | 135 Enable Overflow Interrupt For PMU Counter 141 Disable Overflow Interrupt For PMU Counter 388 Enable Overflow Interrupt For PMU Counter 2 396 Enable Overflow Interrupt For PMU Counter 1 448 Enable Overflow Interrupt For PMU Counter 1 461 Enable Overflow Interrupt For PMU Counter 0
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedCPU.cs | 90 … cosimConnection.Send(this, ActionType.Interrupt, (ulong)number, (ulong)(value ? 1 : 0)); in OnGPIO()
|
/Renode-v1.15.3-c57714d/src/Renode/Integrations/ |
D | ArduinoLoader.cs | 65 EndpointTransferType.Interrupt, in ArduinoLoader()
|