SPI_IsFinished
Default mainpageat91libperipheralsspiSPI_IsFinished
Description Source Call Graph
SPI_IsFinished
Returns 1 if there is no pending write operation on the SPI; otherwise returns 0.
 
Syntax / parameters
unsigned char SPI_IsFinished (AT91S_SPI *pSpi)

Name Type Default Description
pSpi AT91S_SPI *
  Pointer to an AT91S_SPI instance.
 
Return value unsigned char
   
Description
Returns 1 if there is no pending write operation on the SPI; otherwise returns 0.

 
Source
The documentation for this Member was generated from the following files:
  • spi.c