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

📄 conf_scheduler.h

📁 mp3播放器
💻 H
字号:
//! @file conf_scheduler.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the possible external configuration of the scheduler
//! This file will be given to any external customer
//!
//! @version 1.4 snd3-refd1-1_9_5 $Id: conf_scheduler.h,v 1.4 2007/05/25 15:47:14 sguyon Exp $
//!
//! @todo
//! @bug
#ifndef _CONF_SCHEDULER_H_
#define _CONF_SCHEDULER_H_


//! --- Scheduler Configuration --- 
// ***** Task init *****
#define Scheduler_task_1_init    mmgr_task_init          // Init the MMI task
#define Scheduler_task_2_init    power_task_init         // Init the Power task
#define Scheduler_task_3_init    usb_task_sch_init         // Init the USB task
#define Scheduler_task_4_init    player_task_init        // Init the Player task
#define Scheduler_task_5_init    explorer_task_init      // Init the explorer task
#define Scheduler_task_6_init    update_task_init        // Init the update task
#define Scheduler_task_7_init    recorder_task_init      // Init the Recorder task
//#define Scheduler_task_8_init    viewer_task_init        // Init the Viewer task

// ***** Task definition *****
#define Scheduler_task_1         mmgr_task               // The MMI manager task
#define Scheduler_task_2         power_task              // Power task
#define Scheduler_task_3         usb_task_sch_task       // USB task
#define Scheduler_task_4         player_task             // Player task
#define Scheduler_task_5         explorer_task           // Explorer task
#define Scheduler_task_6         update_task             // Update task
#define Scheduler_task_7         recorder_task           // Recorder task
//#define Scheduler_task_8         viewer_task             // Viewer task

// ***** Type of scheduler *****
// Possible value: SCH_TIMED, SCH_TASK, SCH_FREE
#define SCHEDULER_TYPE           SCHEDULER_FREE

#endif  //! _CONF_SCHEDULER_H_

⌨️ 快捷键说明

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