nRF Connect SDK API 0.1.0
|
void nrf_profiler_log_encode_uint16 | ( | struct log_event_buf * | buf, |
uint16_t | data | ||
) |
#include <include/nrf_profiler.h>
Encode and add uint16_t data type to a buffer.
buf | Pointer to the data buffer. |
data | Data to add to the buffer. |