tuner_rh_reg.rht

来自「模拟高频头的 驱动程序(搜台、换台等功能)」· RHT 代码 · 共 48 行

RHT
48
字号
;Tuner - Register Definition Tables
;===============================================================================================================================




;===============================================================================================================================
[#RH_REG - Tuner]  Ver. 3.1.19

Title      = Register Definition Table of Tuner
FileSrc    = source\tuner_rh_reg.c
FileInc    = source\tuner_rh_reg.h
UCtrlSize  = 1
UTypeSize  = 1
UMaskSize  = 1
UAddrSize  = 1
UVarSize   = 1


;==================================================================================================================================
FieldsType = TypeName | Size | BaseAddr   | Vi2cName                  | Vi2cAddr | Vi2cAn | Vi2cDn
;----------------------------------------------------------------------------------------------------------------------------------
RegType    = I2c8     |    1 | 0x00000000 |                           |          |      0 |      0


;==================================================================================================================================
FieldsReg  = TypeName | Addr       | Rd | Wr | Var | BitsName              | MSB | LSB | Sig | Hid
;----------------------------------------------------------------------------------------------------------------------------------
Register   = I2c8     | 0x00000000 |  y |  n |  n  | Por                   |   7 |   7 |  n  |  n
Bitslice   =          |            |    |    |     | Fl                    |   6 |   6 |  n  |  n
Bitslice   =          |            |    |    |     | A2_0                  |   2 |   0 |  n  |  n
Register   = I2c8     | 0x00000001 |  n |  y |  y  | ProgDividerByte1Const |   7 |   7 |  n  |  n
Bitslice   =          |            |    |    |     | ProgDividerByte1_14_8 |   6 |   0 |  n  |  n
Register   = I2c8     | 0x00000002 |  n |  y |  y  | ProgDividerByte2_7_0  |   7 |   0 |  n  |  n
Register   = I2c8     | 0x00000003 |  n |  y |  y  | ControlByte1Const     |   7 |   7 |  n  |  n
Bitslice   =          |            |    |    |     | Chp                   |   6 |   6 |  n  |  n
Bitslice   =          |            |    |    |     | T2_0                  |   5 |   3 |  n  |  n
Bitslice   =          |            |    |    |     | RsaRsb                |   2 |   1 |  n  |  n
Bitslice   =          |            |    |    |     | Os                    |   0 |   0 |  n  |  n
Register   = I2c8     | 0x00000004 |  n |  y |  y  | ControlByte2NotUsed   |   7 |   3 |  n  |  n
Bitslice   =          |            |    |    |     | BandPorts2_0          |   3 |   0 |  n  |  n

[#RH_END]
;===============================================================================================================================

/************************* End of File tuner_rh_reg.rht ************************************************************************/

⌨️ 快捷键说明

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