Home
last modified time | relevance | path

Searched refs:Interrupt (Results 1 – 25 of 36) sorted by relevance

12

/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-priorities-01.robot36 # 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
DCLIC-level-prio-01.robot35 # 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
DCLIC-preemption-01.robot20 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/
Dinterrupts.robot15 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/
Dmurax_vexriscv.repl11 IRQ -> cpu@11 // Machine External Interrupt
16 IRQ -> cpu@7 // Machine Timer Interrupt
Dlitex_vexriscv_linux.repl27 // IRQ #100 is Machine Timer Interrupt
Dmiv_rv32.repl9 // Power/Reset/Clock/Interrupt
Dmpc5567.repl35 Tag <0xFFF48000, 0xFFF4BFFF> "Interrupt controller"
Dmiv.repl27 // Power/Reset/Clock/Interrupt
Datsamd21j17d-aft.repl58 Tag <0x40001800 0x40> "External Interrupt Controller"
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_bus.h65 struct Interrupt { struct
71 std::vector<Interrupt> interrupts; argument
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/
DActionType.cs19 Interrupt, enumerator
/Renode-v1.15.3-c57714d/platforms/cpus/verilated/
Dmurax_vexriscv_verilated_uart.repl17 IRQ -> cpu@7 // Machine Timer Interrupt
Driscv_verilated_uartlite.repl12 // Power/Reset/Clock/Interrupt
/Renode-v1.15.3-c57714d/tests/platforms/MiV/
DMiV.robot46 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/
Dvegaboard_ri5cy.resc19 sysbus Tag <0x4004f000 0x1e4> "INTMUX0: Interrupt Multiplexer 0"
81 # EVENT0: Clear Interrupt Pending Register
/Renode-v1.15.3-c57714d/tests/unit-tests/InterruptHooks/
Darm-m.robot8 Should Invoke Interrupt Hooks
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/
Dlitex_linux_vexriscv.repl53 // IRQ #100 is Machine Timer Interrupt
/Renode-v1.15.3-c57714d/tests/platforms/
Dnucleo_wba52cg.robot69 SPI Should Work In Interrupt Mode
DGR712RC.robot42 Should Run RTEMS GPIO Interrupt Sample
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs250 Write(null, ActionType.Interrupt, number, value ? 1ul : 0ul); in SendGPIO()
401 case ActionType.Interrupt: in HandleReceivedMessage()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Darm-wfi-hook.robot36 Should Invoke Interrupt Hooks
Darm-performance-monitoring-unit.robot135 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/
DCoSimulatedCPU.cs90 … cosimConnection.Send(this, ActionType.Interrupt, (ulong)number, (ulong)(value ? 1 : 0)); in OnGPIO()
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs65 EndpointTransferType.Interrupt, in ArduinoLoader()

12