Searched refs:fetcherErrorInterruptEnable (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 | 93 .WithFlag(2, out fetcherErrorInterruptEnable, name: "FETCHERERRORIEN") in BuildRegistersCollection() 103 …(2, FieldMode.Write, writeCallback: (_, value) => { if (value) fetcherErrorInterruptEnable.Value =… in BuildRegistersCollection() 113 …(2, FieldMode.Write, writeCallback: (_, value) => { if (value) fetcherErrorInterruptEnable.Value =… in BuildRegistersCollection() 133 …d, valueProviderCallback: _ => (fetcherErrorInterrupt.Value && fetcherErrorInterruptEnable.Value),… in BuildRegistersCollection() 235 private IFlagRegisterField fetcherErrorInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1 259 || (fetcherErrorInterruptEnable.Value || fetcherErrorInterrupt.Value) in UpdateInterrupts()
|