OpenOCD
rtt_read_channel_info()
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
rtt_read_channel_info()
rtt_read_channel_info() function
Read channel information.
Syntax
Show:
Summary
Declaration
Definition
from
rtt.h:234
int
rtt_read_channel_info
(
unsigned
int
channel_index
,
enum
rtt_channel_type
type
,
struct
rtt_channel_info
*
info
)
;
Implemented in
rtt.c:320
Arguments
Argument
Description
channel_index
Channel index.
type
Channel type.
info
Channel information.
Return value
ERROR_OK on success, an error code on failure.
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