Searched refs:pusherErrorInterruptEnable (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_AES_1.cs | 96 .WithFlag(5, out pusherErrorInterruptEnable, name: "PUSHERERRORIEN") in BuildRegistersCollection() 106 …(5, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherErrorInterruptEnable.Value = … in BuildRegistersCollection() 116 …(5, FieldMode.Write, writeCallback: (_, value) => { if (value) pusherErrorInterruptEnable.Value = … in BuildRegistersCollection() 136 …ad, valueProviderCallback: _ => (pusherErrorInterrupt.Value && pusherErrorInterruptEnable.Value), … in BuildRegistersCollection() 238 private IFlagRegisterField pusherErrorInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1 262 || (pusherErrorInterruptEnable.Value || pusherErrorInterrupt.Value)); in UpdateInterrupts()
|