ipdbg_hub::last_dn_tool is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDipdbg_hub::last_dn_tool

ipdbg_hub::last_dn_tool field

Syntax

uint32_t last_dn_tool;

References

LocationReferrerText
ipdbg.c:70
uint32_t last_dn_tool;
ipdbg.c:441ipdbg_check_for_xoff()
if ((rx_data & hub->xoff_mask) && hub->last_dn_tool != hub->max_tools) {
ipdbg.c:442ipdbg_check_for_xoff()
hub->dn_xoff |= BIT(hub->last_dn_tool);
ipdbg.c:443ipdbg_check_for_xoff()
LOG_INFO("tool %d sent xoff", hub->last_dn_tool);
ipdbg.c:446ipdbg_check_for_xoff()
hub->last_dn_tool = tool;
ipdbg.c:659ipdbg_start_polling()
hub->last_dn_tool = hub->tool_mask;
ipdbg.c:1003ipdbg_create_hub()
new_hub->last_dn_tool = new_hub->tool_mask;

Data Use

Functions writing ipdbg_hub::last_dn_tool
Functions reading ipdbg_hub::last_dn_tool
ipdbg_hub::last_dn_tool
all items filtered out
Type of ipdbg_hub::last_dn_tool
ipdbg_hub::last_dn_tool
uint32_t
all items filtered out