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

◆ ppi_seq_i2c_spi_cb_t

typedef void(* ppi_seq_i2c_spi_cb_t) (const struct device *dev, struct ppi_seq_i2c_spi_batch *batch, bool last, void *user_data)

#include <include/drivers/ppi_seq/ppi_seq_i2c_spi.h>

Callback called on batch completion.

Parameters
devI2C/SPI PPI sequencer instance.
batchStructure with data for the completed batch.
lastTrue to indicate that it is the last callback and sequencer will be stopped.
user_dataUser data.