SPID_Configure
Default mainpageat91libmemoriesspi-flashSPID_Configure
Description Source Call Graph
SPID_Configure
Initializes the Spid structure and the corresponding SPI hardware.
 
Syntax / parameters
unsigned char SPID_Configure (Spid *pSpid, AT91S_SPI *pSpiHw, unsigned char spiId)

Name Type Default Description
pSpid Spid *
  Pointer to a Spid instance.
pSpiHw AT91S_SPI *
  Associated SPI peripheral.
spiId unsigned char
  SPI peripheral identifier.
 
Return value unsigned char
   
Description
Initializes the Spid structure and the corresponding SPI hardware.
Always returns 0.
 
Source
The documentation for this Member was generated from the following files:
  • spid.c