Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs94 .WithFlag(3, out pusherEndOfBlockInterruptEnable, name: "PUSHERENDOFBLOCKIEN") in BuildRegistersCollection()
104 …, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherEndOfBlockInterruptEnable.Value… in BuildRegistersCollection()
114 …, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherEndOfBlockInterruptEnable.Value… in BuildRegistersCollection()
134 …ueProviderCallback: _ => (pusherEndOfBlockInterrupt.Value && pusherEndOfBlockInterruptEnable.Value… in BuildRegistersCollection()
236 private IFlagRegisterField pusherEndOfBlockInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1
260 … || (pusherEndOfBlockInterruptEnable.Value && pusherEndOfBlockInterrupt.Value) in UpdateInterrupts()