Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs124 … .WithFlag(3, out pusherEndOfBlockInterrupt, FieldMode.Read, name: "PUSHERENDOFBLOCKIF") in BuildRegistersCollection()
134 ….WithFlag(3, FieldMode.Read, valueProviderCallback: _ => (pusherEndOfBlockInterrupt.Value && pushe… in BuildRegistersCollection()
144 …g(3, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherEndOfBlockInterrupt.Value = … in BuildRegistersCollection()
246 private IFlagRegisterField pusherEndOfBlockInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1
260 … || (pusherEndOfBlockInterruptEnable.Value && pusherEndOfBlockInterrupt.Value) in UpdateInterrupts()