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

◆ nrf_profiler_log_encode_int32()

void nrf_profiler_log_encode_int32 ( struct log_event_buf buf,
int32_t  data 
)

#include <include/nrf_profiler.h>

Encode and add int32_t data type to a buffer.

Note
The buffer must be initialized with nrf_profiler_log_start before calling this function.
Parameters
bufPointer to the data buffer.
dataData to add to the buffer.