Sample program to use asynchronous SPI

Hi,

I need to know on how to work with asynchronous SPI for my application use case evaluation, However i found no sample/example projects demonstrating the use of nCS API

static inline int spi_transceive_async(const struct device *dev,
				       const struct spi_config *config,
				       const struct spi_buf_set *tx_bufs,
				       const struct spi_buf_set *rx_bufs,
				       struct k_poll_signal *async)

Kindly point me to any example where use of "spi_transceive_async" has been demonstrated.
I am using nRF52833

Related