ir_ll.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /* **************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: ir_ll.h $
- *
- * Description:
- * ============
- * IR low level API
- *
- * Log:
- * ====
- * $Revision: 4 $
- * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /I49/H49V/Remote/ir_ll.h $
- *
- * 4 23/04/02 9:37 Nirm
- * - Added dependency in "Config.h".
- *
- * 3 9/01/02 16:58 Nirm
- * Corrected Include-Paths.
- *
- * 2 25/12/01 12:27 Atai
- * Code cleaning
- **************************************************************************************** */
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef IR_LL_H
- #define IR_LL_H
- #include "Includesysdefs.h"
- #define FALLING_EDGE 0
- #define RISING_EDGE 1
- void ir_interrupt_and_timer_init( int initial_edge );
- void ir_interrupt_set_edge( int edge );
- void ir_reset_timer( void );
- WORD ir_get_timer( void );
- #endif //IR_LL_H