source: svn/newcon3bcm2_21bu/dst/dhl/src/devices/dtqs22ddp101b/MxL601_OEM_Drv.h

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

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

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1/*******************************************************************************
2 *
3 * FILE NAME          : MxL601_OEM_Drv.h
4 *
5 * AUTHOR             : Dong Liu
6 *
7 * DATE CREATED       : 11/23/2011
8 *
9 * DESCRIPTION        : Header file for MxL601_OEM_Drv.c
10 *
11 *******************************************************************************
12 *                Copyright (c) 2010, MaxLinear, Inc.
13 ******************************************************************************/
14
15#ifndef __MxL601_OEM_DRV_H__
16#define __MxL601_OEM_DRV_H__
17
18/******************************************************************************
19    Include Header Files
20    (No absolute paths - paths handled by make file)
21******************************************************************************/
22
23#include "MaxLinearDataTypes.h"
24#include "MxL_Debug.h"
25
26/******************************************************************************
27    Macros
28******************************************************************************/
29
30/******************************************************************************
31    User-Defined Types (Typedefs)
32******************************************************************************/
33
34/******************************************************************************
35    Global Variable Declarations
36******************************************************************************/
37
38/******************************************************************************
39    Prototypes
40******************************************************************************/
41
42MXL_STATUS Ctrl_WriteRegister(UINT8 I2cSlaveAddr, UINT8 RegAddr, UINT8 RegData);
43MXL_STATUS Ctrl_ReadRegister(UINT8 I2cSlaveAddr, UINT8 RegAddr, UINT8 *DataPtr);
44void MxL_Sleep(UINT16 DelayTimeInMs); 
45
46#endif /* __MxL601_OEM_DRV_H__*/
47
48
49
50
Note: See TracBrowser for help on using the repository browser.