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

lpc2900_flash_bank::is_probed field

This flag is set when the device has been successfully probed.

Syntax

bool is_probed;

References

LocationReferrerText
lpc2900.c:118
bool is_probed;
lpc2900.c:231lpc2900_is_ready()
if (!lpc2900_info->is_probed)
lpc2900.c:923lpc2900_flash_bank_command()
lpc2900_info->is_probed = false;
lpc2900.c:1373lpc2900_probe()
if (lpc2900_info->is_probed)
lpc2900.c:1499lpc2900_probe()
lpc2900_info->is_probed = true;

Data Use

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