source: svn/zas_dstar/hal/platform/dstdduirt.h @ 76

Last change on this file since 76 was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

File size: 932 bytes
Line 
1/******************************************************************************
2 *_Copyright (c) 2009 Digital Stream Technology Inc. All Rights Reserved.
3 *
4 * Module: dstdduirt.h
5 *
6 * Description
7 *
8 * @author
9 * @version $Revision: 1.1 $
10 *
11 ******************************************************************************/
12
13#ifndef __DSTDDUIRT_H__
14#define __DSTDDUIRT_H__
15
16#define IR_THREAD_PRIORITY              150
17#define IR_THREAD_STACKSIZE             4096
18
19#define IR_REPEAT_TIMEOUT               20              /* 200 MSEC */
20
21#if defined __cplusplus
22extern "C" {
23#endif
24
25DHL_RESULT DD_IR_Init(DHL_IR_FORMAT IrFormat);
26DHL_RESULT DD_IR_Close(void);
27DHL_RESULT DD_IR_SetFormat(DHL_IR_FORMAT IrFormat);
28DHL_RESULT DD_IR_SetCustomCode(DS_U16 CustomCode);
29void DD_IR_SetScanTime(DS_U16 ScanTime);
30DHL_RESULT DD_KeyPad_Init(void);
31DHL_RESULT DD_KeyPad_Close(void);
32void DD_KeyPad_SetScanTime(DS_U16 ScanTime);
33
34#if defined __cplusplus
35}
36#endif
37
38#endif /* __DSTDDUIRT_H__ */
Note: See TracBrowser for help on using the repository browser.