Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs35 RecoverablePrimitiveFlashAlert = new GPIO(); in OpenTitan_FlashController()
111 …lag(4, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverablePrimitiveFlashAlert.Blink(… in OpenTitan_FlashController()
444 RecoverablePrimitiveFlashAlert.Unset(); in Reset()
495 public GPIO RecoverablePrimitiveFlashAlert { get; } property in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController