source: svn/newcon3bcm2_21bu/dst/dhl/src/DHL_UIO_Priv.h @ 76

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

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

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1/**
2        DHL_UIO_Platform.h
3       
4        BU2 HAL library
5
6        User I/O module platform implementation.
7        Supports IR, GPIO button, and KeyPad input directly or via MICOM.
8        Supports LED (indivisual or Segment), VFD.
9
10        Copyright 2006~2010 Digital STREAM Technology, Inc.
11        All Rights Reserved
12*/
13
14
15#ifndef __DHL_UIO_PRIV_H__
16#define __DHL_UIO_PRIV_H__
17
18#include "DHL_UIO.h"
19
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25
26
27#if COMMENT
28____Overview____(){}
29#endif
30
31/*
32        \file DHL_UIO_Priv.h
33        ----DHL_UIO_Priv Çì´õÆÄÀÏ ³»¿ë ¼³¸í----
34       
35        UIO ¿¡ »ç¿ëµÇ´Â GPIO, IRµîÀÇ ¸ðµâ¿¡ ´ëÇÑ ¼³Á¤ ¹× Data input/output À» ó¸®.
36        ½ÇÁ¦ Input ¹ÞÀº Data(Key, IR) ÀÇ Ã³¸®(Repeat, Release µî)´Â Platform ÀÌ ¾Æ´Ñ DHL_UIO_Impl.c ¿¡¼­ ÇÑ´Ù.
37
38*/
39
40
41#if COMMENT
42____Config____(){}
43#endif
44
45/*
46        ÀÌ ºÎºÐÀº º°µµÀÇ DHL_XXX_Config configuration file À»
47        Ȱ¿ëÇÏ´Â °ÍÀÌ ÁÁÀ» °Í °°À½.
48*/
49
50
51#if COMMENT
52____Types____(){}
53#endif
54
55/*
56        ´Ù¸¥ ¸ðµâµé°ú °øÀ¯ µÇ´Â structure ¹× enumerations.
57*/
58
59
60
61#if COMMENT
62____Defines____(){}
63#endif
64
65
66
67
68
69
70#if COMMENT
71____API____(){}
72#endif
73
74
75void dhl_uio_init(void);
76void dhl_uio_config(tDHL_UIO_ConfigType type, void *param);
77DHL_RESULT dhl_uio_control(tDHL_UIO_ControlType type, UINT32 id, UINT32 param);
78void dhl_uio_uninit(void);
79
80
81#ifdef __cplusplus
82} /* extern "C" */
83#endif
84
85
86#endif  /* __DHL_UIO_PRIV_H__ */
87
Note: See TracBrowser for help on using the repository browser.