ssc
Default mainpageat91libperipheralsssc
Description Graph
ssc
 
Purpose
Set of functions and definition for using a SSC peripheral.

Usage
  1. Enable the SSC interface pins (see pio & board.h).
  2. Configure the SSC to operate at a specific frequency by calling SSC_Configure(). This function enables the peripheral clock of the SSC, but not its PIOs.
  3. Configure the transmitter and/or the receiver using the SSC_ConfigureTransmitter() and SSC_ConfigureEmitter() functions.
  4. Enable the PIOs or the transmitter and/or the received.
  5. Enable the transmitter and/or the receiver using SSC_EnableTransmitter() and SSC_EnableReceiver()
  6. Send data through the transmitter using SSC_Write() and SSC_WriteBuffer()
  7. Receive data from the receiver using SSC_Read() and SSC_ReadBuffer()
  8. Disable the transmitter and/or the receiver using SSC_DisableTransmitter() and SSC_DisableReceiver()
 
Source
The documentation for this Directory was generated from the following files:
  • ssc.h