Home
last modified time | relevance | path

Searched refs:UpdateInterrupts (Results 1 – 25 of 168) sorted by relevance

1234567

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DOpenTitan_Timer.cs26 underlyingTimer.CompareReached += UpdateInterrupts; in OpenTitan_Timer()
37 UpdateInterrupts(); in Reset()
57 UpdateInterrupts(); in DefineRegisters()
68 UpdateInterrupts(); in DefineRegisters()
78 UpdateInterrupts(); in DefineRegisters()
95 UpdateInterrupts(); in DefineRegisters()
105 UpdateInterrupts(); in DefineRegisters()
112 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
118 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
141 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.Timers.OpenTitan_Timer
DNEORV32_MachineSystemTimer.cs23 UpdateInterrupts(); in NEORV32_MachineSystemTimer()
32 .WithWriteCallback((_, __) => UpdateInterrupts())); in NEORV32_MachineSystemTimer()
38 .WithWriteCallback((_, __) => UpdateInterrupts())); in NEORV32_MachineSystemTimer()
48 UpdateInterrupts(); in Reset()
65 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.Timers.NEORV32_MachineSystemTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S.cs42 UpdateInterrupts(); in LiteX_I2S()
50 UpdateInterrupts(); in Reset()
87 UpdateInterrupts(); in TryEnqueueSample()
93 UpdateInterrupts(); in TryEnqueueSample()
110 UpdateInterrupts(); in TryDequeueSample()
118 UpdateInterrupts(); in TryDequeueSample()
135 protected void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.Sound.LiteX_I2S
167 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
174 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
188 UpdateInterrupts(); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSiFive_UART.cs30 UpdateInterrupts(); in SiFive_UART()
62 …Field(16, 3, out transmitWatermarkLevel, changeCallback: (_, __) => UpdateInterrupts(), name: "TXC… in SiFive_UART()
75 …eField(16, 3, out receiveWatermarkLevel, changeCallback: (_, __) => UpdateInterrupts(), name: "RXC… in SiFive_UART()
80 …0, out transmitWatermarkInterruptEnable, changeCallback: (_, __) => UpdateInterrupts(), name: "TXW… in SiFive_UART()
81 …(1, out receiveWatermarkInterruptEnable, changeCallback: (_, __) => UpdateInterrupts(), name: "RXW… in SiFive_UART()
123 UpdateInterrupts(); in Reset()
140 UpdateInterrupts(); in CharWritten()
148 UpdateInterrupts(); in QueueEmptied()
152 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.SiFive_UART
DLiteX_UART.cs43 .WithWriteCallback((_, __) => UpdateInterrupts()) in LiteX_UART()
48 .WithWriteCallback((_, __) => UpdateInterrupts()) in LiteX_UART()
76 UpdateInterrupts(); in Reset()
108 UpdateInterrupts(); in CharWritten()
113 UpdateInterrupts(); in QueueEmptied()
116 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.LiteX_UART
DMSP430_eUSCI.cs31 UpdateInterrupts(); in Reset()
48 UpdateInterrupts(); in WriteChar()
63 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.MSP430_eUSCI
115 UpdateInterrupts(); in DefineRegisters()
129 UpdateInterrupts(); in DefineRegisters()
144 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
153 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
DMSP430_USCIA.cs37 UpdateInterrupts(); in Reset()
46 UpdateInterrupts(); in WriteChar()
65 UpdateInterrupts(); in WriteByteToInterruptStatus()
99 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.MSP430_USCIA
153 UpdateInterrupts(); in DefineRegisters()
168 UpdateInterrupts(); in DefineRegisters()
181 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
188 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
DCMSDK_APB_UART.cs37 UpdateInterrupts(); in CMSDK_APB_UART()
65 …2, out txInterruptEnabled, name: "TxInterruptEnable", writeCallback: (_, __) => UpdateInterrupts()) in CMSDK_APB_UART()
66 …3, out rxInterruptEnabled, name: "RxInterruptEnable", writeCallback: (_, __) => UpdateInterrupts()) in CMSDK_APB_UART()
73 …ead | FieldMode.WriteOneToClear, name: "TxInterrupt", writeCallback: (_, __) => UpdateInterrupts()) in CMSDK_APB_UART()
74 …ead | FieldMode.WriteOneToClear, name: "RxInterrupt", writeCallback: (_, __) => UpdateInterrupts()) in CMSDK_APB_UART()
105 UpdateInterrupts(); in CharWritten()
113 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.CMSDK_APB_UART
DLiteX_UART_64bit.cs53 .WithWriteCallback((_, __) => UpdateInterrupts()) in LiteX_UART64()
61 .WithWriteCallback((_, __) => UpdateInterrupts()) in LiteX_UART64()
92 UpdateInterrupts(); in Reset()
124 UpdateInterrupts(); in CharWritten()
129 UpdateInterrupts(); in QueueEmptied()
132 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.LiteX_UART64
DPL011.cs53 UpdateInterrupts(); in Reset()
106 UpdateInterrupts(); in CharWritten()
120 UpdateInterrupts(); in QueueEmptied()
137 UpdateInterrupts(); in ClearInterrupt()
163 UpdateInterrupts(); in DefineRegisters()
217 …allback: (interrupt, _, newValue) => { interruptMasks[interrupt] = newValue; UpdateInterrupts(); }) in DefineRegisters()
282 UpdateInterrupts(); in ReadDataRegister()
304 UpdateInterrupts(); in UpdateReceiveInterruptTriggerPoint()
307 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.PL011
325 UpdateInterrupts(); in UpdateReceiveFifoSize()
[all …]
DMurax_UART.cs38 UpdateInterrupts(); in Reset()
55 UpdateInterrupts(); in CharWritten()
60 UpdateInterrupts(); in QueueEmptied()
85 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
125 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.Murax_UART
DK6xF_UART.cs54 UpdateInterrupts(); in K6xF_UART()
93 UpdateInterrupts(); in K6xF_UART()
105 UpdateInterrupts(); in K6xF_UART()
139 UpdateInterrupts(); in K6xF_UART()
157 UpdateInterrupts(); in K6xF_UART()
189 UpdateInterrupts(); in CharWritten()
220 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.K6xF_UART
DNEORV32_UART.cs51 .WithWriteCallback((_, __) => UpdateInterrupts()) in NEORV32_UART()
82 UpdateInterrupts(); in HandleReceiveData()
91 UpdateInterrupts(); in HandleTransmitData()
94 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.NEORV32_UART
133 UpdateInterrupts(); in WriteChar()
DLEUART.cs62 UpdateInterrupts(); in WriteDoubleWord()
69 UpdateInterrupts(); in WriteDoubleWord()
97 UpdateInterrupts(); in WriteChar()
116 UpdateInterrupts(); in HandleReadCharacter()
137 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.UART.LEUART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DBetrustedEcI2C.cs158 …ieldMode.WriteOneToClear, name: "USBCC_INT_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
159 …FieldMode.WriteOneToClear, name: "GYRO_INT_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
160 …| FieldMode.WriteOneToClear, name: "GG_INT_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
161 … FieldMode.WriteOneToClear, name: "I2C_INT_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
166 …ag(3, out usbccIrqEnabled, name: "USBCC_INT_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
167 …Flag(2, out gyroIrqEnabled, name: "GYRO_INT_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
168 …WithFlag(1, out ggIrqEnabled, name: "GG_INT_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
169 …thFlag(0, out i2cIrqEnabled, name: "I2C_INT_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedEcI2C()
174 UpdateInterrupts(); in BetrustedEcI2C()
186 UpdateInterrupts(); in FinishTransaction()
[all …]
DBetrustedSocI2C.cs56 UpdateInterrupts(); in BetrustedSocI2C()
84 …eldMode.WriteOneToClear, name: "TX_RX_DONE_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedSocI2C()
85 … FieldMode.WriteOneToClear, name: "I2C_INT_PENDING", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedSocI2C()
90 …, out txRxDoneIrqEnabled, name: "TX_RX_DONE_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedSocI2C()
91 …lag(0, out i2cIntIrqEnabled, name: "I2C_INT_ENABLE", changeCallback: (_, __) => UpdateInterrupts()) in BetrustedSocI2C()
169 UpdateInterrupts(); in BetrustedSocI2C()
179 UpdateInterrupts(); in FinishTransaction()
189 UpdateInterrupts(); in Reset()
202 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.I2C.BetrustedSocI2C
252 UpdateInterrupts(); in HandleReadFromSlaveCommand()
[all …]
DNRF52840_I2C.cs42 UpdateInterrupts(); in Reset()
134 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
140 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
146 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
152 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
181 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
205 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
256 UpdateInterrupts(); in DefineRegisters()
264 UpdateInterrupts(); in DefineRegisters()
299 UpdateInterrupts(); in TryFillReceivedBuffer()
[all …]
DNPCX_SMBus.cs80 UpdateInterrupts(); in HandleWrite()
92 UpdateInterrupts(); in HandleWrite()
101 UpdateInterrupts(); in HandleWrite()
132 UpdateInterrupts(); in HandleStop()
143 UpdateInterrupts(); in TryReadFromPeripheral()
161 UpdateInterrupts(); in TryReadFromPeripheral()
164 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.I2C.NPCX_SMBus
194 UpdateInterrupts(); in DefineRegisters()
223 .WithWriteCallback((_, __) => UpdateInterrupts()); in DefineRegisters()
247 UpdateInterrupts(); in DefineRegisters()
[all …]
DS32K3XX_LowPowerInterIntegratedCircuit.cs49 UpdateInterrupts(); in Reset()
56 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.I2C.S32K3XX_LowPowerInterIntegratedCircuit
88 UpdateInterrupts(); in HandleCommand()
105 UpdateInterrupts(); in HandleCommand()
119 UpdateInterrupts(); in HandleCommand()
131 UpdateInterrupts(); in HandleCommand()
142 UpdateInterrupts(); in HandleCommand()
149 UpdateInterrupts(); in HandleCommand()
201 UpdateInterrupts(); in RunDataMatcher()
217 UpdateInterrupts(); in GenerateStopCondition()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_ECB.cs28 UpdateInterrupts(); in Reset()
46 UpdateInterrupts(); in DefineRegisters()
54 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
60 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
68 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
92 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.Miscellaneous.NRF52840_ECB
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNRF52840_SPI.cs39 UpdateInterrupts(); in Reset()
63 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
80 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
103 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
124 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
136 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
173 UpdateInterrupts(); in DefineRegisters()
205 UpdateInterrupts(); in DefineRegisters()
229 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
235 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
[all …]
DMAX3421E.cs49 UpdateInterrupts(); in Register()
59 UpdateInterrupts(); in Unregister()
79 UpdateInterrupts(); in Reset()
138 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.SPI.MAX3421E
227 UpdateInterrupts(); in DefineRegisters()
237 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
246 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
260 UpdateInterrupts(); in DefineRegisters()
270 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
295 .WithWriteCallback((_, __) => UpdateInterrupts()) in DefineRegisters()
[all …]
DHiFive_SPI.cs131 UpdateInterrupts(); in HiFive_SPI()
137 …thValueField(0, 3, out transmitWatermark, writeCallback: (_, __) => UpdateInterrupts(), name: "txm… in HiFive_SPI()
142 …ithValueField(0, 3, out receiveWatermark, writeCallback: (_, __) => UpdateInterrupts(), name: "rxm… in HiFive_SPI()
147 …(0, out transmitWatermarkInterruptEnable, writeCallback: (_, __) => UpdateInterrupts(), name: "txw… in HiFive_SPI()
148 …g(1, out receiveWatermarkInterruptEnable, writeCallback: (_, __) => UpdateInterrupts(), name: "rxw… in HiFive_SPI()
175 UpdateInterrupts(); in Reset()
198 UpdateInterrupts(); in HandleFifoWrite()
201 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.SPI.HiFive_SPI
218 UpdateInterrupts(); in ClearReceiveQueue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSiFive_GPIO.cs80 UpdateInterrupts(); in SiFive_GPIO()
88 UpdateInterrupts(); in SiFive_GPIO()
96 UpdateInterrupts(); in SiFive_GPIO()
104 UpdateInterrupts(); in SiFive_GPIO()
112 UpdateInterrupts(); in SiFive_GPIO()
120 UpdateInterrupts(); in SiFive_GPIO()
128 UpdateInterrupts(); in SiFive_GPIO()
136 UpdateInterrupts(); in SiFive_GPIO()
171 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.GPIOPort.SiFive_GPIO
219 UpdateInterrupts(); in SetPinValue()
DMAX32650_GPIO.cs27 UpdateInterrupts(); in Reset()
103 UpdateInterrupts(); in OnPinStateChanged()
106 private void UpdateInterrupts() in UpdateInterrupts() method in Antmicro.Renode.Peripherals.GPIOPort.MAX32650_GPIO
178 .WithChangeCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
182 .WithChangeCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
189 .WithChangeCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
201 .WithWriteCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
213 .WithWriteCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
228 .WithWriteCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
232 .WithChangeCallback((_, __) => UpdateInterrupts()) in BuildRegisterMap()
[all …]

1234567