nrf5_get_chip_type_str() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnrf5_get_chip_type_str()

nrf5_get_chip_type_str() function

Syntax

static int nrf5_get_chip_type_str(const struct nrf5_info *chip,     char *buf,     unsigned int buf_size);

Arguments

chip

buf

buf_size

References

LocationReferrerText
nrf5.c:665
static int nrf5_get_chip_type_str(const struct nrf5_info *chip, char *buf, unsigned int buf_size)
nrf5.c:704nrf5_info()
if (nrf5_get_chip_type_str(chip, chip_type_str, sizeof(chip_type_str)) != ERROR_OK)
nrf5.c:982nrf5_probe_chip()
if (nrf5_get_chip_type_str(chip, chip_type_str, sizeof(chip_type_str)) != ERROR_OK)

Call Tree

Functions calling nrf5_get_chip_type_str()
Functions called by nrf5_get_chip_type_str()
all items filtered out
nrf5_get_chip_type_str()