Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs121 … .WithFlag(0, out fetcherEndOfBlockInterrupt, FieldMode.Read, name: "FETCHERENDOFBLOCKIF") in BuildRegistersCollection()
131 ….WithFlag(0, FieldMode.Read, valueProviderCallback: _ => (fetcherEndOfBlockInterrupt.Value && fetc… in BuildRegistersCollection()
141 …(0, FieldMode.Write, writeCallback: (_, value) => { if (value) fetcherEndOfBlockInterrupt.Value = … in BuildRegistersCollection()
240 private IFlagRegisterField fetcherEndOfBlockInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1
257 … var irq = ((fetcherEndOfBlockInterruptEnable.Value && fetcherEndOfBlockInterrupt.Value) in UpdateInterrupts()