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

ipdbg_hub::dn_xoff field

Syntax

uint8_t dn_xoff;

References

LocationReferrerText
ipdbg.c:77
uint8_t dn_xoff;
ipdbg.c:420ipdbg_distribute_data_from_hub()
hub->dn_xoff &= ~xon_cmd;
ipdbg.c:442ipdbg_check_for_xoff()
hub->dn_xoff |= BIT(hub->last_dn_tool);
ipdbg.c:581ipdbg_polling_callback()
while (((hub->dn_xoff & BIT(tool)) == 0) && !ipdbg_fifo_is_empty(&connection->dn_fifo)) {
ipdbg.c:660ipdbg_start_polling()
hub->dn_xoff = 0;

Data Use

Functions writing ipdbg_hub::dn_xoff
Functions reading ipdbg_hub::dn_xoff
ipdbg_hub::dn_xoff
Type of ipdbg_hub::dn_xoff
ipdbg_hub::dn_xoff
uint8_t
all items filtered out