OpenOCD
|
RTT channel. More...
Data Fields | |
target_addr_t | address |
Channel structure address on the target. More... | |
uint32_t | buffer_addr |
Buffer address on the target. More... | |
uint32_t | flags |
Buffer flags. More... | |
uint32_t | name_addr |
Channel name address on the target. More... | |
uint32_t | read_pos |
Read position within the buffer in bytes. More... | |
uint32_t | size |
Channel buffer size in bytes. More... | |
uint32_t | write_pos |
Write position within the buffer in bytes. More... | |
target_addr_t rtt_channel::address |
Channel structure address on the target.
Definition at line 45 of file rtt/rtt.h.
Referenced by read_from_channel(), read_rtt_channel(), target_rtt_find_control_block(), target_rtt_read_control_block(), and write_to_channel().
uint32_t rtt_channel::buffer_addr |
Buffer address on the target.
Definition at line 49 of file rtt/rtt.h.
Referenced by read_from_channel(), read_rtt_channel(), and write_to_channel().
uint32_t rtt_channel::flags |
Buffer flags.
Definition at line 61 of file rtt/rtt.h.
Referenced by read_rtt_channel(), and target_rtt_read_channel_info().
uint32_t rtt_channel::name_addr |
Channel name address on the target.
Definition at line 47 of file rtt/rtt.h.
Referenced by read_rtt_channel(), and target_rtt_read_channel_info().
uint32_t rtt_channel::read_pos |
Read position within the buffer in bytes.
Definition at line 55 of file rtt/rtt.h.
Referenced by read_from_channel(), read_rtt_channel(), and write_to_channel().
uint32_t rtt_channel::size |
Channel buffer size in bytes.
Definition at line 51 of file rtt/rtt.h.
Referenced by channel_is_active(), read_from_channel(), read_rtt_channel(), target_rtt_read_callback(), target_rtt_read_channel_info(), target_rtt_write_callback(), and write_to_channel().
uint32_t rtt_channel::write_pos |
Write position within the buffer in bytes.
Definition at line 53 of file rtt/rtt.h.
Referenced by read_from_channel(), read_rtt_channel(), and write_to_channel().