Home
last modified time | relevance | path

Searched refs:hmacErrorInterruptEnable (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()
177 .WithFlag(2, out hmacErrorInterruptEnable, name: "hmac_err") in DefineRegisters()
270 private IFlagRegisterField hmacErrorInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_HMAC