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