Searched refs:InterruptLineEnable (Results 1 – 2 of 2) sorted by relevance
132 InterruptLineEnable = new InterruptLineEnable(), in BuildRegisterMapView()368 InterruptLineEnable = 0x05C, // ILE enumerator893 public InterruptLineEnable InterruptLineEnable; field959 private struct InterruptLineEnable struct in Antmicro.Renode.Peripherals.CAN.MCAN
281 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()