OpenOCD
rtt_channel_info
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rtt_channel_info
rtt_channel_info struct
RTT channel information.
Syntax
Show:
Summary
Declaration
from
rtt.h:65
struct
rtt_channel_info
{
char
*
name
;
size_t
name_length
;
uint32_t
size
;
uint32_t
flags
;
}
;
Fields
Field
Declared as
Description
rtt_channel_info::name
char
*
Channel name.
rtt_channel_info::name_length
size_t
Length of the name in bytes, including the trailing null-terminator.
rtt_channel_info::size
uint32_t
Buffer size in bytes.
rtt_channel_info::flags
uint32_t
Buffer flags. @note: Not used at the moment.
Related Functions
Found 2 other functions taking a
rtt_channel_info
argument:
Function
Description
rtt_read_channel_info()
Read channel information.
target_rtt_read_channel_info()
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