Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_HMAC.cs144 var hmacError = hmacErrorInterrupt.Value && hmacErrorInterruptEnable.Value; in UpdateInterrupts()
170 … .WithFlag(2, out hmacErrorInterrupt, FieldMode.Read | FieldMode.WriteOneToClear, name: "hmac_err") in DefineRegisters()
184 …hFlag(2, FieldMode.Write, writeCallback: (_, value) => { if(value) hmacErrorInterrupt.Value = true… in DefineRegisters()
267 private IFlagRegisterField hmacErrorInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_HMAC