Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs265 public virtual void ClearHookAfterPeripheralRead<T>(IBusPeripheral peripheral) in ClearHookAfterPeripheralRead() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
267 ParentController.ClearHookAfterPeripheralRead<T>(peripheral); in ClearHookAfterPeripheralRead()
DIBusController.cs85 void ClearHookAfterPeripheralRead<T>(IBusPeripheral peripheral); in ClearHookAfterPeripheralRead() method
DSystemBusGenerated.cs479 public void ClearHookAfterPeripheralRead<T>(IBusPeripheral peripheral) in ClearHookAfterPeripheralRead() method in Antmicro.Renode.Peripherals.Bus.SystemBus