SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is compatible but there are still some DMA- and Cache-related issues that need to be worked out.
This commit is contained in:
parent
b4f44e9fbb
commit
7fd9380485
@ -317,6 +317,14 @@
|
|||||||
* There are no alternative pin selections for USART1.
|
* There are no alternative pin selections for USART1.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* SSC
|
||||||
|
*
|
||||||
|
* Alternative pin selections are available only for SSC0 TD.
|
||||||
|
* On the SAMV71-XULT board, PD26 supports the I2S TD function
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define GPIO_SSC0_TD GPIO_SSC0_TD_1
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Types
|
* Public Types
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user