Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs126 .WithFlag(5, out pusherErrorInterrupt, FieldMode.Read, name: "PUSHERERRORIF") in BuildRegistersCollection()
136 ….WithFlag(5, FieldMode.Read, valueProviderCallback: _ => (pusherErrorInterrupt.Value && pusherErro… in BuildRegistersCollection()
146 …lag(5, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherErrorInterrupt.Value = fal… in BuildRegistersCollection()
250 private IFlagRegisterField pusherErrorInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1
262 || (pusherErrorInterruptEnable.Value || pusherErrorInterrupt.Value)); in UpdateInterrupts()