Description
Source
Call Graph
SSC_Configure
Configures a SSC peripheral.


Syntax / parameters
void SSC_Configure (AT91S_SSC *ssc, unsigned int id, unsigned int bitRate, unsigned int masterClock)
|
Name |
Type |
Default |
Description |
ssc |
AT91S_SSC *
|
|
Pointer to an AT91S_SSC instance.
|
id |
unsigned int
|
|
Peripheral ID of the SSC.
|
bitRate |
unsigned int
|
|
|
masterClock |
unsigned int
|
|
|
Description
Configures a SSC peripheral.
If the divided clock is not used, the master clock frequency can be set to 0.
Notes
The emitter and transmitter are disabled by this function.
Source
The documentation for this Member was generated from the following files:
ssc.c