![]() |
nRF Connect SDK API 3.3.99
|
#include <stdint.h>#include <nrfx.h>Go to the source code of this file.
Functions | |
| void * | ppi_trace_config (uint32_t pin, uint32_t evt) |
| Configure a PPI trace pin for tracing a single event. | |
| void * | ppi_trace_pair_config (uint32_t pin, uint32_t start_evt, uint32_t stop_evt) |
| Configure a PPI trace pin for tracing complementary events. | |
| void | ppi_trace_enable (void *handle) |
| Enable PPI trace pin. | |
| void | ppi_trace_disable (void *handle) |
| Disable PPI trace pin. | |