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

📄 drv_vs1002_cnfg.h

📁 最新版IAR FOR ARM(EWARM)5.11中的代码例子
💻 H
字号:
/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2006
 *
 *    File name   : drv_vs1002_cnfg.h
 *    Description : VS1002 Driver configuration file
 *
 *    History :
 *    1. Date        : October 10, 2006
 *       Author      : Stanimir Bonev
 *       Description : Create
 *
 *    $Revision: 16170 $
 **************************************************************************/

#ifndef  __DRV_VS1002_CNFG_H
#define  __DRV_VS1002_CNFG_H

#define MP3_STATUS_VERBOSE  1
#define MP3_CLK_FREQ        2900000 // [Hz]
#define MP3_STREAM_MODE_ENA 1
#define MP3_PLUS_V_ENA      1
// This must be <= 8, because the SPI FIFO size is 8 entities
#define MP3_STREAM_SIZE     8

#endif  /* __DRV_VS1002_CNFG_H */

⌨️ 快捷键说明

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