guanjiao
2018-05-12 7bd852c98c52c306e3628acedc33149ebee3cff6
源码/核心板/Src/decadriver/deca_param_types.h
@@ -27,15 +27,16 @@
#define PCODES 25 //supported preamble codes
typedef struct {
      uint32 lo32;
      uint16 target[NUM_PRF];
typedef struct
{
    uint32 lo32;
    uint16 target[NUM_PRF];
} agc_cfg_struct ;
extern const agc_cfg_struct agc_config ;
//SFD threshold settings for 110k, 850k, 6.8Mb standard and non-standard
extern const uint16 sftsh[NUM_BR][NUM_SFD];
extern const uint16 sftsh[NUM_BR][NUM_SFD];
extern const uint16 dtune1[NUM_PRF];