Home
last modified time | relevance | path

Searched defs:subrange (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DSystemBusHooksExtensions.cs18 …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/
DHookWrapper.cs17 protected HookWrapper(IBusPeripheral peripheral, Type type, Range? subrange) in HookWrapper()
DReadHookWrapper.cs18 Range? subrange = null) : base(peripheral, typeof(T), subrange) in ReadHookWrapper()
DWriteHookWrapper.cs18 Range? subrange = null) : base(peripheral, typeof(T), subrange) in WriteHookWrapper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs484 …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()
DIBusController.cs83 …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()
DBusControllerProxy.cs255 …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()