![]() |
nRF Connect SDK API 3.3.99
|
| int ppi_seq_init | ( | struct ppi_seq * | seq, |
| const struct ppi_seq_config * | config ) |
#include <include/drivers/ppi_seq/ppi_seq.h>
Initialize the sequencer.
| seq | Sequencer instance. |
| config | Sequencer configuration. Must be persistent as it is used by the sequencer. |
| 0 | on successful initialization. |
| negative | on initialization failure. |