jaylink_connection::pid is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_connection::pid

jaylink_connection::pid field

Process ID (PID). Identification of the client process. Usually this is the Process ID (PID) of the client process in an arbitrary format.

Syntax

uint32_t pid;

References

LocationReferrerText
libjaylink.h:357
uint32_t pid;
device.c:1391parse_conn_table()
conns[i].pid = buffer_get_u32(buffer, offset);
device.c:1537jaylink_register()
buffer_set_u32(buf, connection->pid, 2);
device.c:1677jaylink_unregister()
buffer_set_u32(buf, connection->pid, 2);

Data Use

Functions writing jaylink_connection::pid
Functions reading jaylink_connection::pid
all items filtered out
jaylink_connection::pid
jaylink_register()
jaylink_unregister()
all items filtered out
Type of jaylink_connection::pid
jaylink_connection::pid
uint32_t
all items filtered out