lpc2900_flash_bank::target_name is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc2900_flash_bank::target_name

lpc2900_flash_bank::target_name field

String holding device name. This string is set by the probe function to the type number of the device. It takes the form "LPC29xx".

Syntax

char *target_name;

References

LocationReferrerText
lpc2900.c:133
char *target_name;
lpc2900.c:1418lpc2900_probe()
lpc2900_info->target_name = (bank->size == 768*KiB) ? "LPC2919" : "LPC2917";
lpc2900.c:1423lpc2900_probe()
lpc2900_info->target_name = "LPC2921";
lpc2900.c:1425lpc2900_probe()
lpc2900_info->target_name = "LPC2923";
lpc2900.c:1427lpc2900_probe()
lpc2900_info->target_name = "LPC2925";
lpc2900.c:1433lpc2900_probe()
lpc2900_info->target_name = "LPC2926";
lpc2900.c:1435lpc2900_probe()
lpc2900_info->target_name = "LPC2917/01";
lpc2900.c:1437lpc2900_probe()
lpc2900_info->target_name = "LPC2927";
lpc2900.c:1439lpc2900_probe()
lpc2900_info->target_name = "LPC2919/01";
lpc2900.c:1441lpc2900_probe()
lpc2900_info->target_name = "LPC2929";
lpc2900.c:1446lpc2900_probe()
lpc2900_info->target_name = (bank->size == 0) ? "LPC2930" : "LPC2939";
lpc2900.c:1462lpc2900_probe()
lpc2900_info->target_name, bank->size / KiB,

Data Use

Functions writing lpc2900_flash_bank::target_name
Functions reading lpc2900_flash_bank::target_name
all items filtered out
lpc2900_flash_bank::target_name
all items filtered out