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

nrf5_info::hwid field

Syntax

uint16_t hwid;

References

LocationReferrerText
nrf5.c:134
uint16_t hwid;
nrf5.c:687nrf5_get_chip_type_str()
res = snprintf(buf, buf_size, "nRF51xxx (HWID 0x%04" PRIx16 ")", chip->hwid);
nrf5.c:937nrf5_probe_chip()
chip->hwid = configid & 0xFFFF;
nrf5.c:940nrf5_probe_chip()
if (chip->hwid == nrf5_known_devices_table[i].hwid) {
nrf5.c:951nrf5_probe_chip()
PRIx32, chip->hwid, chip->ficr_info.part);

Data Use

Functions writing nrf5_info::hwid
Functions reading nrf5_info::hwid
all items filtered out
nrf5_info::hwid
Type of nrf5_info::hwid
nrf5_info::hwid
uint16_t
all items filtered out