OpenOCD
ARM11_BOOL_WRAPPER
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
ARM11_BOOL_WRAPPER
ARM11_BOOL_WRAPPER macro
Syntax
Show:
Summary
Declaration
from
arm11.c:1235
#define
ARM11_BOOL_WRAPPER
(
name
,
print_name
)
\
COMMAND_HANDLER
(
arm11_handle_bool_
##
name
)
\
{
\
struct
target
*
target
=
get_current_target
(
CMD_CTX
)
;
\
struct
arm11_common
*
arm11
=
target_to_arm11
(
target
)
;
\
\
return
CALL_COMMAND_HANDLER
(
handle_command_parse_bool
,
\
&
arm11
->
name
,
print_name
)
;
\
}
Arguments
Argument
name
print_name
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