Searched defs:subrange (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | SystemBusHooksExtensions.cs | 18 …this IBusController sysbus, IBusPeripheral peripheral, string pythonScript, Range? subrange = null) in SetHookAfterPeripheralRead() 27 …this IBusController sysbus, IBusPeripheral peripheral, string pythonScript, Range? subrange = null) in SetHookBeforePeripheralWrite()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/ |
| D | HookWrapper.cs | 17 protected HookWrapper(IBusPeripheral peripheral, Type type, Range? subrange) in HookWrapper()
|
| D | ReadHookWrapper.cs | 18 Range? subrange = null) : base(peripheral, typeof(T), subrange) in ReadHookWrapper()
|
| D | WriteHookWrapper.cs | 18 Range? subrange = null) : base(peripheral, typeof(T), subrange) in WriteHookWrapper()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBusGenerated.cs | 484 …ookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null) in SetHookAfterPeripheralRead() 574 …kBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null) in SetHookBeforePeripheralWrite()
|
| D | IBusController.cs | 83 …okAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null); in SetHookAfterPeripheralRead() 84 …BeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null); in SetHookBeforePeripheralWrite()
|
| D | BusControllerProxy.cs | 255 …ookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null) in SetHookAfterPeripheralRead() 260 …kBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subrange = null) in SetHookBeforePeripheralWrite()
|