Searched refs:post_cb (Results 1 – 2 of 2) sorted by relevance
93 transaction_cb_t post_cb; /**< Callback to be called after a transmission has completed. member
378 …SPI_CHECK(dev_config->post_cb != NULL, "use feature flag 'SPI_DEVICE_NO_RETURN_RESULT' but no post… in spi_bus_add_device()654 if (dev->cfg.post_cb) dev->cfg.post_cb(cur_trans); in spi_post_trans()