OpenOCD
rtt_channel
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rtt_channel
rtt_channel struct
RTT channel.
Syntax
Show:
Summary
Declaration
from
rtt.h:43
struct
rtt_channel
{
target_addr_t
address
;
uint32_t
name_addr
;
uint32_t
buffer_addr
;
uint32_t
size
;
uint32_t
write_pos
;
uint32_t
read_pos
;
uint32_t
flags
;
}
;
Fields
Field
Declared as
Description
rtt_channel::address
target_addr_t
Channel structure address on the target.
rtt_channel::name_addr
uint32_t
Channel name address on the target.
rtt_channel::buffer_addr
uint32_t
Buffer address on the target.
rtt_channel::size
uint32_t
Channel buffer size in bytes.
rtt_channel::write_pos
uint32_t
Write position within the buffer in bytes.
rtt_channel::read_pos
uint32_t
Read position within the buffer in bytes.
rtt_channel::flags
uint32_t
Buffer flags. @note: Not used at the moment.
Related Functions
Found 4 other functions taking a
rtt_channel
argument:
Function
read_rtt_channel()
write_to_channel()
read_from_channel()
channel_is_active()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out