SDSPI_Handler
Default mainpageat91libmemoriessdmmcSDSPI_Handler
Description Source Call Graph
SDSPI_Handler
The SPI_Handler must be called by the SPI Interrupt Service Routine with the corresponding Spi instance.
 
Syntax / parameters
void SDSPI_Handler (SdSpi *pSdSpi)

Name Type Default Description
pSdSpi SdSpi *
  Pointer to a SdSpi instance.
Description
The SPI_Handler must be called by the SPI Interrupt Service Routine with the corresponding Spi instance.
The SPI_Handler will unlock the Spi semaphore and invoke the upper application callback.
 
Source
The documentation for this Member was generated from the following files:
  • sdspi.c