Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs132 InterruptLineEnable = new InterruptLineEnable(), in BuildRegisterMapView()
368 InterruptLineEnable = 0x05C, // ILE enumerator
893 public InterruptLineEnable InterruptLineEnable; field
959 private struct InterruptLineEnable struct in Antmicro.Renode.Peripherals.CAN.MCAN
DMCAN.cs281 registerMap[(long)Register.InterruptLineEnable] = new DoubleWordRegister(this) in BuildRegisterMap()
282 .WithFlag(0, out rv.InterruptLineEnable.EnableInterruptLine0, name: "EINT0") in BuildRegisterMap()
283 .WithFlag(1, out rv.InterruptLineEnable.EnableInterruptLine1, name: "EINT1") in BuildRegisterMap()
1334 …flag0 |= rv.InterruptLineEnable.EnableInterruptLine0.Value && !rv.InterruptLineSelect.InterruptLin… in UpdateInterrupts()
1335 …flag1 |= rv.InterruptLineEnable.EnableInterruptLine1.Value && rv.InterruptLineSelect.InterruptLine… in UpdateInterrupts()