ir_ll.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. /* **************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: ir_ll.h $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * IR low level API
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 4 $
  14.  * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /I49/H49V/Remote/ir_ll.h $
  19.  * 
  20.  * 4     23/04/02 9:37 Nirm
  21.  * - Added dependency in "Config.h".
  22.  * 
  23.  * 3     9/01/02 16:58 Nirm
  24.  * Corrected Include-Paths.
  25.  * 
  26.  * 2     25/12/01 12:27 Atai
  27.  * Code cleaning
  28.  **************************************************************************************** */
  29. #include "Config.h" // Global Configuration - do not remove!
  30. #ifndef IR_LL_H
  31. #define IR_LL_H
  32. #include "Includesysdefs.h"
  33. #define FALLING_EDGE 0
  34. #define RISING_EDGE 1
  35. void ir_interrupt_and_timer_init( int initial_edge );
  36. void ir_interrupt_set_edge( int edge );
  37. void ir_reset_timer( void );
  38. WORD ir_get_timer( void );
  39. #endif //IR_LL_H