OpenOCD
rtt_channel_info Struct Reference

RTT channel information. More...

Data Fields

uint32_t flags
 Buffer flags. More...
 
char * name
 Channel name. More...
 
size_t name_length
 Length of the name in bytes, including the trailing null-terminator. More...
 
uint32_t size
 Buffer size in bytes. More...
 

Detailed Description

RTT channel information.

Definition at line 65 of file rtt/rtt.h.

Field Documentation

◆ flags

uint32_t rtt_channel_info::flags

Buffer flags.

Note
: Not used at the moment.

Definition at line 77 of file rtt/rtt.h.

◆ name

char* rtt_channel_info::name

Channel name.

Definition at line 67 of file rtt/rtt.h.

◆ name_length

size_t rtt_channel_info::name_length

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

Definition at line 69 of file rtt/rtt.h.

◆ size

uint32_t rtt_channel_info::size

Buffer size in bytes.

Definition at line 71 of file rtt/rtt.h.


The documentation for this struct was generated from the following file: