shuffle.h

来自「《OSEK/VDX汽车电子嵌入式软件编程技术》中光盘的资料」· C头文件 代码 · 共 35 行

H
35
字号
/************************************************
*
*	$Copyright    2001 Joseph J. Lemieux  ALL RIGHTS RESERVED. $
*
*	$Filename: C:\OSEKBook\src\CH07\inc\shuffle.h $
*
*	Description: Header file for shuffle switch processing	
*
************************************************/
#ifndef SHUFFLEH
#define SHUFFLEH
/***
*
* Define shuffle Switch Timeout
*
***/
#define SHUFFLE_SWITCH_OFF 30

/************************************************
*
*   Function:     InitShuffleSwitch
*
*   Inputs:       type - type of initialization occurring.
*
*   Outputs:      none
*
*   Returns:      void
*
*   Description:  Initialize the Shuffle Switch counter.
*
************************************************/
void InitShuffleSwitch(InitType type);

#endif /* SHUFFLEH */

⌨️ 快捷键说明

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