Searched refs:hmacErrorInterrupt (Results 1 – 1 of 1) sorted by relevance
144 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