riscv_batch::allocated_scans is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_batch::allocated_scans

riscv_batch::allocated_scans field

Syntax

size_t allocated_scans;

References

LocationReferrerText
batch.h:24
size_t allocated_scans;
batch.c:27riscv_batch_alloc()
out->allocated_scans = scans;
batch.c:85riscv_batch_full()
return batch->used_scans > (batch->allocated_scans - 4);
batch.c:226riscv_batch_available_scans()
return batch->allocated_scans - batch->used_scans - 4;

Data Use

Functions writing riscv_batch::allocated_scans
Functions reading riscv_batch::allocated_scans
all items filtered out
riscv_batch::allocated_scans
Type of riscv_batch::allocated_scans
riscv_batch::allocated_scans
size_t
all items filtered out