nrf5_info::spec is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nrf5_info::spec field

Syntax

const struct nrf5_device_spec *spec;

References

LocationReferrerText
nrf5.c:133
const struct nrf5_device_spec *spec;
nrf5.c:668nrf5_get_chip_type_str()
if (chip->spec) {
nrf5.c:670nrf5_get_chip_type_str()
chip->spec->part, chip->spec->variant, chip->spec->build_code);
nrf5.c:845nrf5_probe_chip()
chip->spec = NULL;
nrf5.c:941nrf5_probe_chip()
chip->spec = &nrf5_known_devices_table[i];
nrf5.c:942nrf5_probe_chip()
chip->features = chip->spec->features;
nrf5.c:947nrf5_probe_chip()
if (chip->spec && chip->ficr_info_valid) {
nrf5.c:949nrf5_probe_chip()
if (chip->ficr_info.part != strtoul(chip->spec->part, NULL, 16))
nrf5.c:986nrf5_probe_chip()
const bool device_is_unknown = (!chip->spec && !chip->ficr_info_valid);
nrf5.c:1005nrf5_setup_bank()
if (chip->spec && flash_size_kb != chip->spec->flash_size_kb)

Data Use

Functions writing nrf5_info::spec
Functions reading nrf5_info::spec
all items filtered out
nrf5_info::spec
Type of nrf5_info::spec
nrf5_info::spec
all items filtered out