SSC_Write
Default mainpageat91libperipheralssscSSC_Write
Description Source Call Graph
SSC_Write
Sends one data frame through a SSC peripheral.
 
Syntax / parameters
void SSC_Write (AT91S_SSC *ssc, unsigned int frame)

Name Type Default Description
ssc AT91S_SSC *
  Pointer to an AT91S_SSC instance.
frame unsigned int
  Data frame to send.
Description
Sends one data frame through a SSC peripheral.
If another frame is currently being sent, this function waits for the previous transfer to complete.
 
Source
The documentation for this Member was generated from the following files:
  • ssc.c