OpenOCD
ulink_post_process_scan()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
ulink_post_process_scan()
ulink_post_process_scan() function
Post-process JTAG_SCAN command
Syntax
Show:
Summary
Declaration
Definition
from
ulink.c:226
static
int
ulink_post_process_scan
(
struct
ulink_cmd
*
ulink_cmd
)
;
Implemented in
ulink.c:1820
Arguments
Argument
Description
ulink_cmd
pointer to OpenULINK command that shall be processed.
Return value
on success: ERROR_OK on failure: ERROR_FAIL
Related Functions
Found 3 other functions taking a
ulink_cmd
argument:
Function
Description
ulink_print_command()
Print one OpenULINK command to stdout.
ulink_allocate_payload()
OpenULINK command generation helper functions ************** Allocate and initialize space in memory for OpenULINK command payload.
ulink_append_queue()
Add a command to the OpenULINK command queue.
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