transport::init is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

transport::init field

server startup uses this method to validate transport configuration. (For example, with JTAG this interrogates the scan chain against the list of expected TAPs.)

Syntax

int (*init)(struct command_context *ctx);

Call Tree

Functions calling transport::init
all items filtered out
transport::init
Functions reading transport::init
transport::init
all items filtered out
Implementations
transport::init