AT26_Configure
Default mainpageat91libmemoriesspi-flashAT26_Configure
Description Source Call Graph
AT26_Configure
Initializes an AT26 driver instance with the given SPI driver and chip select value.
 
Syntax / parameters
void AT26_Configure (At26 *pAt26, Spid *pSpid, unsigned char cs)

Name Type Default Description
pAt26 At26 *
  Pointer to an AT26 driver instance.
pSpid Spid *
  Pointer to an SPI driver instance.
cs unsigned char
  Chip select value to communicate with the serial flash.
Description
Initializes an AT26 driver instance with the given SPI driver and chip select value.

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