Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSTM32F4_I2C.cs26 ErrorInterrupt = new GPIO(); in STM32F4_I2C()
72 ErrorInterrupt.Unset(); in Reset()
84 public GPIO ErrorInterrupt property in Antmicro.Renode.Peripherals.I2C.STM32F4_I2C
153 ErrorInterrupt.Set(errorInterruptEnable.Value && acknowledgeFailed.Value); in Update()
DSTM32F7_I2C.cs22 ErrorInterrupt = new GPIO(); in STM32F7_I2C()
45 ErrorInterrupt.Unset(); in Reset()
106 public GPIO ErrorInterrupt { get; private set; } property in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DMPFS_PDMA.cs31 innerConnections[irqCounter++] = channels[i].ErrorInterrupt; in MPFS_PDMA()
84 ErrorInterrupt = new GPIO(); in Channel()
242 ErrorInterrupt.Unset(); in Reset()
248 public GPIO ErrorInterrupt { get; private set; } property in Antmicro.Renode.Peripherals.DMA.MPFS_PDMA.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSTMCAN.cs558 registers.CAN_MSR.ErrorInterrupt == true) in EnableSCEInterrupt()
1013 public bool ErrorInterrupt; field in Antmicro.Renode.Peripherals.CAN.STMCAN.DeviceRegisters.MasterStatusRegister
1025 ErrorInterrupt = (value & ERRI) != 0; in SetResetValue()
1042 ErrorInterrupt = false; in SetValue()
1055 (ErrorInterrupt ? ERRI : 0) | in GetValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs667 ErrorInterrupt = 15, enumerator