forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ppi_trace: add ppi_trace_dppi_ch_trace function
For current ppi_trace_config it is impossible to trace events for which PUBLISH register is overwritten in run-time after ppi_trace_config is called. This function allows also to trace just one event and does not allow to trace many-to-one topologies which are possible with use of DPPIs. To overcome above limitations ppi_trace_dppi_ch_trace is added. In contrast to ppi_trace_config the function ppi_trace_dppi_ch_trace focuses on tracing rather the DPPI channel leaving the preparation of event network publishing to it to a user. Signed-off-by: Andrzej Kuros <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters