nRF Connect SDK API 2.8.99
|
void nrf_profiler_log_add_mem_address | ( | struct log_event_buf * | buf, |
const void * | mem_address ) |
#include <include/nrf_profiler.h>
Encode and add the event's address in memory to the buffer.
This information is used for event identification.
buf | Pointer to the data buffer. |
mem_address | Memory address to encode. |