OpenOCD
jaylink_host_interface
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
jaylink_host_interface
jaylink_host_interface enum
Host interfaces.
Syntax
Show:
Summary
Declaration
from
libjaylink.h:102
enum
jaylink_host_interface
{
JAYLINK_HIF_USB
=
(
1
<
<
0
)
,
JAYLINK_HIF_TCP
=
(
1
<
<
1
)
}
;
Values
Value
Declared as
Description
jaylink_host_interface::JAYLINK_HIF_USB
=
(
1
<
<
0
)
Universal Serial Bus (USB).
jaylink_host_interface::JAYLINK_HIF_TCP
=
(
1
<
<
1
)
Transmission Control Protocol (TCP).
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