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

ipdbg_hub::xoff_mask field

Syntax

uint32_t xoff_mask;

References

LocationReferrerText
ipdbg.c:68
uint32_t xoff_mask;
ipdbg.c:441ipdbg_check_for_xoff()
if ((rx_data & hub->xoff_mask) && hub->last_dn_tool != hub->max_tools) {
ipdbg.c:1001ipdbg_create_hub()
new_hub->xoff_mask = BIT(data_register_length - 2);
ipdbg.c:1002ipdbg_create_hub()
new_hub->tool_mask = (new_hub->xoff_mask - 1) >> 8;

Data Use

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