OpenOCD
rtt_control Struct Reference

RTT control block. More...

Data Fields

target_addr_t address
 Control block address on the target. More...
 
char id [RTT_CB_MAX_ID_LENGTH]
 Control block identifier, including trailing null-terminator. More...
 
uint32_t num_down_channels
 Maximum number of down-channels. More...
 
uint32_t num_up_channels
 Maximum number of up-channels. More...
 

Detailed Description

RTT control block.

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

Field Documentation

◆ address

target_addr_t rtt_control::address

Control block address on the target.

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

Referenced by read_rtt_channel().

◆ id

char rtt_control::id[RTT_CB_MAX_ID_LENGTH]

Control block identifier, including trailing null-terminator.

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

Referenced by target_rtt_read_control_block().

◆ num_down_channels

uint32_t rtt_control::num_down_channels

Maximum number of down-channels.

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

Referenced by COMMAND_HANDLER(), and target_rtt_read_control_block().

◆ num_up_channels

uint32_t rtt_control::num_up_channels

Maximum number of up-channels.

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

Referenced by COMMAND_HANDLER(), read_rtt_channel(), target_rtt_read_callback(), and target_rtt_read_control_block().


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