SSC_ReadBuffer
Default mainpageat91libperipheralssscSSC_ReadBuffer
Description Source Call Graph
SSC_ReadBuffer
Reads data coming from a SSC peripheral receiver and stores it into the provided buffer.
 
Syntax / parameters
unsigned char SSC_ReadBuffer (AT91S_SSC *ssc, void *buffer, unsigned int length)

Name Type Default Description
ssc AT91S_SSC *
  Pointer to an AT91S_SSC instance.
buffer void *
  Data buffer used for reception.
length unsigned int
  Size in bytes of the data buffer.
 
Return value unsigned char
   
Description
Reads data coming from a SSC peripheral receiver and stores it into the provided buffer.
Returns true if the buffer has been queued for reception; otherwise returns false.
 
Source
The documentation for this Member was generated from the following files:
  • ssc.c