xcf_priv::probed is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

xcf_priv::probed field

Syntax

bool probed;

References

LocationReferrerText
xcf.c:45
bool probed;
xcf.c:569xcf_flash_bank_command()
priv->probed = false;
xcf.c:577xcf_info()
if (!priv->probed) {
xcf.c:590xcf_probe()
if (priv->probed)
xcf.c:592xcf_probe()
priv->probed = false;
xcf.c:627xcf_probe()
priv->probed = true;
xcf.c:644xcf_auto_probe()
if (priv->probed)

Data Use

Functions writing xcf_priv::probed
Functions reading xcf_priv::probed
xcf_priv::probed