Select one of the symbols to view example projects that use it.
 
Outline
#define OPENOCD_HELPER_UTIL_H
command_context
util_init(struct command_context *);
Files
loading...
SourceVuDevelopment ToolsOpenOCDsrc/helper/util.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Øyvind Harboe * ***************************************************************************//* ... */ #ifndef OPENOCD_HELPER_UTIL_H #define OPENOCD_HELPER_UTIL_H struct command_context; int util_init(struct command_context *cmd_ctx); /* ... */ #endif /* OPENOCD_HELPER_UTIL_H */
Details
Show:
from
Types: Columns:
Click anywhere in the source to view detailed information here...