mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
change(esp_phy): support phy sleep for esp32c61
This commit is contained in:
parent
8f4cb98df0
commit
a1fb9c7979
@ -1 +1 @@
|
||||
Subproject commit 1f551c5367daa87a29e0c4f724d6cf809a1841ad
|
||||
Subproject commit 6bd4ea98abf865ee8ee3598f58d7260bf06ff03e
|
@ -74,7 +74,7 @@ void phy_set_pwdet_power(bool en)
|
||||
#endif
|
||||
}
|
||||
|
||||
void phy_set_tsens_power(bool en)
|
||||
void IRAM_ATTR phy_set_tsens_power(bool en)
|
||||
{
|
||||
#if CONFIG_SOC_TEMP_SENSOR_SUPPORTED // TODO: [ESP32C5] IDF-8727 remove me when fix IDF-8727
|
||||
if (s_wifi_tsens_xpd_flag == en) {
|
||||
|
@ -177,8 +177,8 @@ phy_dac_rate_set = 0x400012b8;
|
||||
phy_encode_i2c_master = 0x400012bc;
|
||||
phy_i2c_master_fill = 0x400012c0;
|
||||
phy_i2c_master_mem_txcap = 0x400012c4;
|
||||
phy_i2c_master_cmd_mem_init = 0x400012c8;
|
||||
phy_i2c_master_mem_cfg = 0x400012cc;
|
||||
/* phy_i2c_master_cmd_mem_init = 0x400012c8; */
|
||||
/* phy_i2c_master_mem_cfg = 0x400012cc; */
|
||||
phy_pbus_force_mode = 0x400012d0;
|
||||
phy_pbus_rd_addr = 0x400012d4;
|
||||
phy_pbus_rd_shift = 0x400012d8;
|
||||
|
Loading…
Reference in New Issue
Block a user