OpenOCD
ipdbg_service
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
ipdbg_service
ipdbg_service struct
Syntax
Show:
Summary
Declaration
from
ipdbg.c:41
struct
ipdbg_service
{
struct
ipdbg_hub
*
hub
;
struct
ipdbg_service
*
next
;
uint16_t
port
;
struct
ipdbg_connection
connection
;
uint8_t
tool
;
}
;
Fields
Field
Declared as
ipdbg_service::hub
struct
ipdbg_hub
*
ipdbg_service::next
struct
ipdbg_service
*
ipdbg_service::port
uint16_t
ipdbg_service::connection
struct
ipdbg_connection
ipdbg_service::tool
uint8_t
Related Functions
Found 6 other functions taking a
ipdbg_service
argument:
Function
ipdbg_stop_service()
ipdbg_start_polling()
ipdbg_stop_polling()
ipdbg_add_service()
ipdbg_create_service()
ipdbg_remove_service()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out