nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ bm_spi_mngr_is_idle()

bool bm_spi_mngr_is_idle ( const struct bm_spi_mngr * mgr)

#include <bm_spi_mngr.h>

Get the current state of an SPI transaction manager instance.

Parameters
[in]mgrSPI transaction manager instance.
Return values
trueIf all scheduled transactions have been finished.
falseOtherwise.