riscv_info::data_bits is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

riscv_info::data_bits field

Syntax

unsigned (*data_bits)(struct target *target);

References

LocationReferrerScopeText
riscv.h:187
unsigned (*data_bits)(struct target *target);
riscv-013.c:2307riscv013_data_bits()init_target()
generic_info->data_bits = &riscv013_data_bits;
riscv.c:3066riscv_data_bits()
if (r->data_bits)
riscv.c:3067riscv_data_bits()
return r->data_bits(target);

Call Tree

Functions calling riscv_info::data_bits
all items filtered out
riscv_info::data_bits
Functions writing riscv_info::data_bits
Functions reading riscv_info::data_bits
all items filtered out
riscv_info::data_bits
all items filtered out
Implementations
all items filtered out
riscv_info::data_bits