OpenOCD
|
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... | |
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().
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().
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(), jim_channel_list(), and target_rtt_read_control_block().
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(), jim_channel_list(), read_rtt_channel(), target_rtt_read_callback(), and target_rtt_read_control_block().