![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| dev | I2C/SPI PPI sequencer instance. |
| batch | Structure with data for the completed batch. |
| last | True to indicate that it is the last callback and sequencer will be stopped. |
| user_data | User data. |