Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs125 … .WithFlag(4, out pusherStoppedInterrupt, FieldMode.Read, name: "PUSHERSTOPPEDIF") in BuildRegistersCollection()
135 ….WithFlag(4, FieldMode.Read, valueProviderCallback: _ => (pusherStoppedInterrupt.Value && pusherSt… in BuildRegistersCollection()
145 …ag(4, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherStoppedInterrupt.Value = fa… in BuildRegistersCollection()
248 private IFlagRegisterField pusherStoppedInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1
261 || (pusherStoppedInterruptEnable.Value || pusherStoppedInterrupt.Value) in UpdateInterrupts()