⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssc_dk.h

📁 This zip describes how two SSCs in I2S mode play and record wave files through a two-input data meth
💻 H
字号:
//*----------------------------------------------------------------------------
//*         ATMEL Microcontroller Software Support  -  ROUSSET  -
//*----------------------------------------------------------------------------
//* The software is delivered "AS IS" without warranty or condition of any
//* kind, either express, implied or statutory. This includes without
//* limitation any warranty or condition with respect to merchantability or
//* fitness for any particular purpose, or against the infringements of
//* intellectual property rights of others.
//*----------------------------------------------------------------------------
//* File Name           : SSC_DK.h
//* Object              : SSC description on AT91RM9200-DK board
//* Creation            : JPP   23/May/2003
//*----------------------------------------------------------------------------

#ifndef SSC_DK_H
#define SSC_DK_H

//  AT91RM9200    connector        Pin

//     GND        J5           =>  1 
//     GND        J5           =>  2 

//* SSC1 Plug on AC97 not equiped 
// AT91C_PB9_RD1  J5           =>  3
// AT91C_PB10_RK1 J6    => 45 
// AT91C_PB11_RF1 J6	=> 46
// AT91C_PB8_TD1  J5           =>  4	
// AT91C_PB7_TK1  J5           =>  5
// AT91C_PB6_TF1  J5           =>  6 

//* SSC0
// AT91C_PB0_TF0	J5	12	
// AT91C_PB1_TK0	J5	11	=> 
// AT91C_PB2_TD0	J5	10

// AT91C_PB3_RD0	J5	09	=> 3 & 4 (AT91C_PB9_RD1 AT91C_PB8_TD1)
// AT91C_PB4_RK0	J5	08	=> 5 (AT91C_PB7_TK1)
// AT91C_PB5_RF0	J5	07	=> 6 (AT91C_PB6_TF1)

#endif // SSC_DK_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -