SSC_ConfigureTransmitter
Default mainpageat91libperipheralssscSSC_ConfigureTransmitter
Description Source Call Graph
SSC_ConfigureTransmitter
Configures the transmitter of a SSC peripheral.
 
Syntax / parameters
void SSC_ConfigureTransmitter (AT91S_SSC *ssc, unsigned int tcmr, unsigned int tfmr)

Name Type Default Description
ssc AT91S_SSC *
  Pointer to a AT91S_SSC instance.
tcmr unsigned int
  Transmit Clock Mode Register value.
tfmr unsigned int
  Transmit Frame Mode Register value.
Description
Configures the transmitter of a SSC peripheral.
Several macros can be used to compute the values of the Transmit Clock Mode Register (TCMR) and the Transmit Frame Mode Register (TFMR) (see "SSC configuration macros").
 
Source
The documentation for this Member was generated from the following files:
  • ssc.c