tuner_rh_init.rht

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

RHT
36
字号
;DPSH - Init Tables
;=========================================================================================================================


;=========================================================================================================================
[#RH_INIT - TunerBase]  Ver. 3.1.19

Title      = Register Init Table: Default Init Values for Tuner TEMIC 6002 PH5 Register!
FileSrc    = source\tuner_rh_init.c
FileInc    = source\tuner_rh_init.h
UDataSize  = 1
UAddrSize  = 1
UCtrlSize  = 1
LinkReg    = Tuner

;===================================================================================================================
FieldsInit = RegType  | RegAddr    | RegValue   | NvmAddr   | BitsName              | BitsValue
;-------------------------------------------------------------------------------------------------------------------
InitValue  = I2c8     | 0x00000001 | 0x00000005 |           | ProgDividerByte1Const |         0
InitValue  =          |            |            |           | ProgDividerByte1_14_8 |         5
InitValue  = I2c8     | 0x00000002 | 0x00000072 |           | ProgDividerByte2_7_0  |       114
InitValue  = I2c8     | 0x00000003 | 0x000000CE |           | ControlByte1Const     |         1
InitValue  =          |            |            |           | Chp                   |         1
InitValue  =          |            |            |           | T2_0                  |         1
InitValue  =          |            |            |           | RsaRsb                |         3
InitValue  =          |            |            |           | Os                    |         0
InitValue  = I2c8     | 0x00000004 | 0x00000001 |           | ControlByte2NotUsed   |         0
InitValue  =          |            |            |           | BandPorts2_0          |         1

[#RH_END]

;============================================================================================================================


/************************* End of File tuner_rh_init.rht *****************************************************************/

⌨️ 快捷键说明

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