📄 fm.h
字号:
//typedef unsigned char Byte;
//typedef bit Bit;
extern bit FM_AM_Mode ;
extern bit Seekup ;
Byte IIC_Tx(Byte Data);
Byte IIC_Rx(Bit Ack);
#define NACK 1
#define ACK 0
#define TUNER_ADR 0xC4
#define AUTO_INC 0x40
//*****************************************
/******************************************
tuner interior register 40
******************************************/
//**********************************************
//*************************************************************************************
void Radio_main(void);
#define PLL_AREA 0,2
#define CPUMP_AREA 0,0
#define TUNVOLT_AREA 4,4
#define IF_AREA 5,6
#define IF_SAMPLE_AREA 5,5
#define IF_ERROR_AREA 6,6
#define SOFTMUTE_AREA 12,12
#define VCO_AREA 14,14
#define SSTOP_AREA 23,23
#define AMAGC_AREA 16,16
#define FMDEM_AREA 17,17
#define SMETER_AREA 18,18
#define XTAL_AREA 19,19
#define IFT_AREA 20,20
#define IQMIXER_AREA 21,21
#define STEREOMUTE_AREA 25,25
#define HICUT_AREA 27,27
#define BLEND_AREA 28,28
#define ROLLOFF_AREA 30,30
#define AFS_AREA 31,31
//************************************************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -