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

◆ ppi_trace_pair_config()

void * ppi_trace_pair_config ( uint32_t  pin,
uint32_t  start_evt,
uint32_t  stop_evt 
)

#include <include/debug/ppi_trace.h>

Configure a PPI trace pin for tracing complementary events.

Note
Not supported on nRF51 Series. Requires presence of GPIOTE SET and CLR tasks.
Parameters
pinPin to use for tracing.
start_evtHardware event that sets the pin.
stop_evtHardware event that clears the pin.
Returns
Handle, or NULL if the configuration failed.