📄 flatrion_reg.h
字号:
/*+++ *******************************************************************\
*
* Flatrion_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 Flatrion portion of Polaris
*
\******************************************************************* ---*/
#ifndef __FLATRION_REG__
#define __FLATRION_REG__
///////////////////Flatrion registers
#define DSM_CTRL1 0x0
#define DSM_CTRL2 0x1
#define CHP_EN_CTRL 0x2
#define CHP_CLK_CTRL1 0x4
#define CHP_CLK_CTRL2 0x5
#define BG_REF_CTRL 0x6
#define S2D_SW_CTRL1 0x8
#define S2D_SW_CTRL2 0x9
#define S2D_BIAS_CTRL 0xa
#define AMP_BIAS_CTRL 0xc
#define CH_PWR_CTRL1 0xe
#define CH_PWR_CTRL2 0xf
#define DSM_STATUS1 0x10
#define DSM_STATUS2 0x11
#define DIG_CTL1 0x12
#define DIG_CTL2 0x13
#define BIST_SEQ_LEN_L 0x14
#define BIST_SEQ_LEN_H 0x15
#define BIST_RAND_SEED_B1 0x16
#define BIST_RAND_SEED_B2 0x17
#define BIST_RAND_SEED_B3 0x18
#define I2S_TX_CFG 0x1a
#define BIST_SIGNATURE_L_B1 0x1c
#define BIST_SIGNATURE_L_B2 0x1d
#define BIST_SIGNATURE_L_B3 0x1e
#define BIST_SIGNATURE_L_B4 0x1f
#define BIST_SIGNATURE_R_B1 0x20
#define BIST_SIGNATURE_R_B2 0x21
#define BIST_SIGNATURE_R_B3 0x22
#define BIST_SIGNATURE_R_B4 0x23
///////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -