OpenOCD
rtt_unregister_sink()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rtt_unregister_sink()
rtt_unregister_sink() function
Unregister an RTT sink.
Syntax
Show:
Summary
Declaration
Definition
from
rtt.h:258
int
rtt_unregister_sink
(
unsigned
int
channel_index
,
rtt_sink_read
read
,
void
*
user_data
)
;
Implemented in
rtt.c:232
Arguments
Argument
Description
channel_index
Channel index.
read
Read callback function.
user_data
User data to be passed to the callback function.
Return value
ERROR_OK on success, an error code on failure.
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