_SpidCmd
Default mainpageat91libmemoriesspi-flash_SpidCmd
Description Public Protected Private Related All Inheritance Collaboration
_SpidCmd
Spi Transfer Request prepared by the application upper layer.
 
Struct Attributes Table
Public ( Name ) Type Description
 callback SpidCallback
Callback function invoked at the end of transfer.
 cmdSize unsigned char
Command size in bytes.
 dataSize unsigned short
Data size in bytes.
 pArgument void *
Callback arguments.
 pCmd unsigned char *
Pointer to the command data.
 pData unsigned char *
Pointer to the data to be sent.
 spiCs unsigned char
SPI chip select.
Description
Spi Transfer Request prepared by the application upper layer.
This structure is sent to the SPI_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.
 
Source
The documentation for this Class was generated from the following file:
  • spid.h