Files
kunlun/plc/halphy/hw/inc/phy_ana_glb.h
2024-09-28 14:24:04 +08:00

29 lines
610 B
C

#ifndef PHY_ANA_GLB_H
#define PHY_ANA_GLB_H
#include "plc_fr.h"
#include "os_types.h"
#ifdef __cplusplus
extern "C" {
#endif
#define ANA_GRANITE_RX_REG_0 0x0000
#define ANA_GRANITE_RX_REG_1 0x0001
#define ANA_GRANITE_ADC_REG 0x0002
#define ANA_GRANITE_SADC_REG 0x0003
#define ANA_GRANITE_PLL_REG 0x0004
#define ANA_GRANITE_DAC_REG 0x0005
#define ANA_GRANITE_TX_REG 0x0006
#define ANA_GRANITE_BIAS_REG_0 0x0007
#define ANA_GRANITE_BIAS_REG_1 0x0008
#define ANA_GRANITE_BIAS_REG_2 0x0009
#define ANA_GRANITE_TOP_REG 0x000A
#ifdef __cplusplus
}
#endif
#endif//PHY_ANA_GLB_H