ipdbg_hub::max_tools is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ipdbg_hub::max_tools field

Syntax

uint32_t max_tools;

References

LocationReferrerText
ipdbg.c:64
uint32_t max_tools;
ipdbg.c:441ipdbg_check_for_xoff()
if ((rx_data & hub->xoff_mask) && hub->last_dn_tool != hub->max_tools) {
ipdbg.c:484ipdbg_shift_empty_data()
ipdbg_check_for_xoff(hub, hub->max_tools, up_data);
ipdbg.c:577ipdbg_polling_callback()
for (size_t tool = 0; tool < hub->max_tools; ++tool) {
ipdbg.c:598ipdbg_polling_callback()
for (size_t tool = 0; tool < hub->max_tools; ++tool) {
ipdbg.c:648ipdbg_start_polling()
const uint32_t reset_hub = hub->valid_mask | ((hub->max_tools) << 8);
ipdbg.c:784ipdbg_server_free()
for (uint8_t tool = 0; tool < hub->max_tools; ++tool) {
ipdbg.c:1004ipdbg_create_hub()

Data Use

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