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

📄 conf_access.h

📁 mp3播放器
💻 H
字号:
//! @file conf_access.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the possible external configuration of the control access
//! This file will be given to any external customer
//!
//! @version 1.6 snd3-refd1-1_9_5 $Id: conf_access.h,v 1.6 2007/07/24 11:30:11 sguyon Exp $
//!
//! @todo
//! @bug

#ifndef _CONF_ACCESS_H_
#define _CONF_ACCESS_H_

#include "conf\conf_usb.h"
#include "conf\conf_kbd.h"

// Active interface fonction
#define  ACCESS_CODEC         ENABLED  // Codec input in control access
#define  ACCESS_DISPLAY       ENABLED  // Display input in control access

// Active the Logical Unit
#define  MEM_NF               ENABLED
//#define  MEM_MMC              DISABLED
#define  MEM_MMC              ENABLED
// If you enable MMC, then add the folowing routines in bank 3 (see player.lin file in projet options)
// BANK3(...,?PR?MMC_SD_INSTALL_CARD?MMC_SD,?PR?MMCSD_READ_CSD?MMC_SD,?PR?MMC_READ_EXT_CSD?MMC_SD,?PR?_MMC_SET_BLOCK_LEN?MMC_SD)

#if (USB_HOST_FEATURE == ENABLED)
#define  MEM_USB              ENABLED // only in mode USB HOST
#else
#define  MEM_USB              DISABLED // only in mode USB HOST
#endif


// Specific option control access
#define  GLOBAL_WR_PROTECT    DISABLED // To manage a global write protection

#endif  //! _CONF_ACCESS_H_

⌨️ 快捷键说明

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