OpenOCD
channel_is_active()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
channel_is_active()
channel_is_active() function
Syntax
Show:
Summary
Declaration
from
rtt.c:171
static
bool
channel_is_active
(
const
struct
rtt_channel
*
channel
)
;
Arguments
Argument
channel
Related Functions
Found 3 other functions taking a
rtt_channel
argument:
Function
read_rtt_channel()
write_to_channel()
read_from_channel()
Examples
References
from
examples
Code
Location
Referrer
static
bool
channel_is_active
(
const
struct
rtt_channel
*
channel
)
rtt.c:171
if
(
!
channel_is_active
(
&
channel
)
)
{
rtt.c:198
target_rtt_write_callback()
if
(
!
channel_is_active
(
&
channel
)
)
{
rtt.c:389
target_rtt_read_callback()
Call Tree
from
examples
channel_is_active()
is called by 2 functions:
target_rtt_write_callback()
target_rtt_read_callback()
All items filtered out
channel_is_active()
All items filtered out
Data Use
from
examples
channel_is_active()
reads 1 variable:
rtt_channel::size
All items filtered out
channel_is_active()
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