Home
last modified time | relevance | path

Searched refs:EnableInterruptLine0 (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs282 .WithFlag(0, out rv.InterruptLineEnable.EnableInterruptLine0, name: "EINT0") in BuildRegisterMap()
1334 …flag0 |= rv.InterruptLineEnable.EnableInterruptLine0.Value && !rv.InterruptLineSelect.InterruptLin… in UpdateInterrupts()
DMCAN_Structures.cs961 public IFlagRegisterField EnableInterruptLine0; field