📄 ir_reg.h
字号:
/*+++ *******************************************************************\
*
* Ir_reg.h
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Copyright (c) 2008 Conexant Systems, Inc.
* All rights reserved.
*
* Register definitions for the IR portion of Polaris
\******************************************************************* ---*/
#ifndef _IR_REG_H_
#define _IR_REG_H_
//Mako IR register addresses
#define PIN_CTRL1 0x0114
#define IR_CNTRL_REG 0x0200
#define IR_RXCLK_REG 0x0208
#define IR_IRQEN_REG 0x0214
#define IR_STAT_REG 0x0210
#define IR_FIFO_REG 0x023C
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -