rtt_channel_info is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtt_channel_info struct

RTT channel information.

Syntax

struct rtt_channel_info {     char *name;     size_t name_length;     uint32_t size;     uint32_t flags; };

Fields

name

Channel name. Read more...

name_length

Length of the name in bytes, including the trailing null-terminator. Read more...

size

Buffer size in bytes. Read more...

flags

Buffer flags. @note: Not used at the moment. Read more...

References

LocationReferrerScopeText
rtt.h:65
struct rtt_channel_info {
rtt.c:321rtt_read_channel_info()
enum rtt_channel_type type, struct rtt_channel_info *info)
rtt.c:287target_rtt_read_channel_info()
enum rtt_channel_type type, struct rtt_channel_info *info,
rtt.h:106rtt_source_read_channel_info::info
enum rtt_channel_type type, struct rtt_channel_info *info,
rtt.h:235rtt_read_channel_info()::infortt_read_channel_info()
enum rtt_channel_type type, struct rtt_channel_info *info);
rtt.h:32target_rtt_read_channel_info()::infotarget_rtt_read_channel_info()
enum rtt_channel_type type, struct rtt_channel_info *info,
tcl.c:111handle_rtt_channels_command()
struct rtt_channel_info info;
tcl.c:163handle_channel_list()
struct rtt_channel_info info;

Type Use

Variables of rtt_channel_info type
rtt_source_read_channel_info::info
handle_rtt_channels_command()::info
handle_channel_list()::info
all items filtered out
rtt_channel_info
Allocators of rtt_channel_info
Deletors of rtt_channel_info
handle_rtt_channels_command()::info
handle_channel_list()::info
all items filtered out
rtt_channel_info
handle_rtt_channels_command()::info
handle_channel_list()::info
all items filtered out