Searched refs:commandIgnored (Results 1 – 1 of 1) sorted by relevance
30 commandIgnored = new CadenceInterruptFlag(); in Cadence_xSPI()128 commandIgnored.SetSticky(true); in TriggerCommand()287 valueProviderCallback: _ => commandIgnored.StickyStatus, in BuildRegisterMap()288 writeCallback: (_, val) => commandIgnored.ClearSticky(val) in BuildRegisterMap()316 valueProviderCallback: _ => commandIgnored.InterruptMask, in BuildRegisterMap()317 writeCallback: (_, val) => commandIgnored.InterruptEnable(val) in BuildRegisterMap()404 yield return commandIgnored; in GetControllerInterruptFlags()431 private readonly CadenceInterruptFlag commandIgnored; field in Antmicro.Renode.Peripherals.SPI.Cadence_xSPI