fir24a0.h

来自「S3C24A0的完整BSP包,对开发此芯片的开发者很有用.」· C头文件 代码 · 共 64 行

H
64
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
/*
 ************************************************************************
 *
 *  firda.h
 *
 *
 *      (C) Copyright Samsung Electronics
 *
 *
 *      (ep)
 *
 *************************************************************************
 */



#ifndef FIR24A0_H_	
#define FIR24A0_H_



#define IRDCTRL_TX_ENABLE       (1 << 7)
#define IRDCTRL_RX_ENABLE       (1 << 6)
#define IRDCTRL_CORE_LOOP       (1 << 5)
#define IRDCTRL_MIR_HALFMODE   (1 << 4)
#define IRDCTRL_SEND_IRPULSE     (1 << 3)
#define IRDCTRL_FRAME_ABORT     (1 << 1)
#define IRDCTRL_SET_SDBW             (1)

#define IRDAMDR_SIP_SELECT       (1<<4)
#define IRDAMDR_TEMIC_SELECT    (1<<3)

#define IRDAMDR_FIR_MODE        (4)
#define IRDAMDR_MIR_MODE        (2)



#endif  //FIR24A0_H















⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?