Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DResourceBlockManager.cs44 private readonly IReadOnlyList<T> blocks; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.T
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c138 void renode_set_host_blocks(host_memory_block_packed_t *blocks, int count) in renode_set_host_blocks()
190 EXC_VOID_2(renode_set_host_blocks, host_memory_block_packed_t *, blocks, int, count) in EXC_VOID_2() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs310 private Block[] blocks; field in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs242 private BlockingCollection<Block> blocks; field in Antmicro.Renode.Peripherals.CPU.ExecutionTracer