Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_AES.cs32 UpdateErrorAlert = new GPIO(); in OpenTitan_AES()
43 UpdateErrorAlert.Unset(); in Reset()
54 public GPIO UpdateErrorAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_AES
72 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) UpdateErrorAlert.Blink(); }, na… in DefineRegisters()