OpenOCD
scan_type
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
scan_type
scan_type enum
The inferred type of a scan_command structure, indicating whether the command has the host scan in from the device, the host scan out to the device, or both.
Syntax
Show:
Summary
Declaration
from
commands.h:22
enum
scan_type
{
SCAN_IN
=
1
,
SCAN_OUT
=
2
,
SCAN_IO
=
3
}
;
Values
Value
Declared as
Description
scan_type::SCAN_IN
=
1
From device to host,.
scan_type::SCAN_OUT
=
2
From host to device,.
scan_type::SCAN_IO
=
3
Full-duplex scan.
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