nRF Connect SDK API 0.1.0
|
uint16_t nrf_profiler_register_event_type | ( | const char * | name, |
const char *const * | args, | ||
const enum nrf_profiler_arg * | arg_types, | ||
uint8_t | arg_cnt | ||
) |
#include <include/nrf_profiler.h>
Register an event type.
name | Name of the event type. |
args | Names of data values sent with the event. |
arg_types | Types of data values sent with the event. |
arg_cnt | Number of data values sent with the event. |