Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs283 .WithFlag(1, out rv.InterruptLineEnable.EnableInterruptLine1, name: "EINT1") in BuildRegisterMap()
1335 …flag1 |= rv.InterruptLineEnable.EnableInterruptLine1.Value && rv.InterruptLineSelect.InterruptLine… in UpdateInterrupts()
DMCAN_Structures.cs962 public IFlagRegisterField EnableInterruptLine1; field