📄 uiled.h
字号:
/*
* Start of Zoran Standard Header
* Copyright (c) 2005 Zoran Corporation
*
*
* All rights reserved. Proprietary and confidential.
*
* DESCRIPTION for uiled.h
* LED interface definitions and declarations required by
* the text-only UI handler.
*
* NEW HISTORY COMMENT (description must be followed by a blank line)
* <Enter change description here>
* ===== HISTORY of changes in //depot/imgeng/sw/se_gw/ui/fs/common/uiled.h
*
* 5/Aug/05 #1 dstrauss Extract from led.h
*
* End of Zoran Standard Header
*/
#ifndef _UILED_H_
#define _UILED_H_
/* different LED states */
typedef enum
{
LED_OFF,
LED_ON,
LED_FLASH
} LED_STATE;
//Bool LedGrpIsInitialized(void);
API_RET LedGrpCfg(Uint8 ledGrpNum, Uint8 onTicks, Uint8 totalTicks);
API_RET LedGrpSet(Uint8 ledGrpNum, Uint8 ledNum, LED_STATE ledState);
#endif /* _UILED_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -