nRF Connect SDK API 2.8.99
|
size_t etb_data_get | ( | uint32_t * | buf, |
size_t | buf_size ) |
#include <include/debug/etb_trace.h>
Retrieve ETB trace data to buffer.
[out] | buf | Output buffer. |
[in] | buf_size | Size of output buffer in bytes. |
Number | of bytes of trace data returned in buf. |
-EINVAL | On invalid input parameters. |