AT45_Configure
Default mainpageat91libmemoriesspi-flashAT45_Configure
Description Source Call Graph
AT45_Configure
Initializes an AT45 instance and configures SPI chip select register.
 
Syntax / parameters
unsigned char AT45_Configure (At45 *pAt45, Spid *pSpid, unsigned char spiCs)

Name Type Default Description
pAt45 At45 *
  Pointer to the At45 instance to initialize.
pSpid Spid *
  Pointer to the underlying SPI driver.
spiCs unsigned char
  Chip select value to connect to the At45.
 
Return value unsigned char
   
Description
Initializes an AT45 instance and configures SPI chip select register.
Always returns 0.
 
Source
The documentation for this Member was generated from the following files:
  • at45.c