OpenOCD
reset_command
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
reset_command
reset_command struct
Syntax
Show:
Summary
Declaration
from
commands.h:72
struct
reset_command
{
int
trst
;
int
srst
;
}
;
Fields
Field
Declared as
Description
reset_command::trst
int
Set TRST output: 0 = deassert, 1 = assert, -1 = no change.
reset_command::srst
int
Set SRST output: 0 = deassert, 1 = assert, -1 = no change.
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