nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_profiler_log_add_mem_address()

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.

Note
The buffer must be initialized with nrf_profiler_log_start before calling this function.
Parameters
bufPointer to the data buffer.
mem_addressMemory address to encode.