mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(wifi): fix phy rfrx gain index issue
This commit is contained in:
@@ -258,10 +258,10 @@ phy_rx_dco_cal_1step = 0x40001410;
|
||||
phy_set_lb_txiq = 0x40001414;
|
||||
phy_rxiq_opt = 0x40001418;
|
||||
phy_bb_gain_index = 0x40001430;
|
||||
phy_rfrx_gain_index = 0x40001434;
|
||||
//phy_rfrx_gain_index = 0x40001434;
|
||||
phy_gen_rx_gain_table = 0x40001438;
|
||||
phy_get_rxbb_dc = 0x4000143c;
|
||||
phy_wr_rx_gain_mem = 0x40001440;
|
||||
//phy_wr_rx_gain_mem = 0x40001440;
|
||||
phy_set_tsens_power_ = 0x40001444;
|
||||
phy_get_tsens_value_ = 0x40001448;
|
||||
phy_tsens_read_init = 0x4000144c;
|
||||
|
||||
@@ -143,12 +143,12 @@ phy_rfpll_cap_init_cal = 0x400011c4;
|
||||
phy_set_freq = 0x400011c8;
|
||||
phy_write_pll_cap = 0x400011cc;
|
||||
phy_read_pll_cap = 0x400011d0;
|
||||
phy_chip_set_chan_misc = 0x400011d4;
|
||||
//phy_chip_set_chan_misc = 0x400011d4;
|
||||
phy_freq_set_reg = 0x400011d8;
|
||||
phy_rfpll_chgp_cal = 0x400011dc;
|
||||
phy_gen_rx_gain_table = 0x400011e0;
|
||||
phy_get_rxbb_dc = 0x400011e4;
|
||||
phy_wr_rx_gain_mem = 0x400011e8;
|
||||
//phy_wr_rx_gain_mem = 0x400011e8;
|
||||
phy_rfpll_cap_track = 0x400011ec;
|
||||
phy_txpwr_correct = 0x400011f4;
|
||||
phy_txpwr_cal_track = 0x400011f8;
|
||||
@@ -288,7 +288,7 @@ phy_spur_reg_write_one_tone = 0x40001430;
|
||||
phy_spur_cal = 0x40001434;
|
||||
phy_spur_coef_cfg = 0x40001438;
|
||||
phy_bb_gain_index = 0x4000143c;
|
||||
phy_rfrx_gain_index = 0x40001440;
|
||||
//phy_rfrx_gain_index = 0x40001440;
|
||||
phy_set_tsens_power_ = 0x40001444;
|
||||
phy_set_tsens_range_ = 0x40001448;
|
||||
phy_get_tsens_value_ = 0x4000144c;
|
||||
|
||||
Reference in New Issue
Block a user