From f6478e3cedcd83b98774b9f1bdec8526f3796fee Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Thu, 7 Dec 2023 16:26:21 +0800 Subject: [PATCH] change(soc): update pmu register map struct for esp32c5 beta3 --- components/soc/esp32c5/beta3/include/soc/pmu_struct.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/soc/esp32c5/beta3/include/soc/pmu_struct.h b/components/soc/esp32c5/beta3/include/soc/pmu_struct.h index 5d06311895..2cd967c42c 100644 --- a/components/soc/esp32c5/beta3/include/soc/pmu_struct.h +++ b/components/soc/esp32c5/beta3/include/soc/pmu_struct.h @@ -554,7 +554,9 @@ typedef union { typedef union { struct { - uint32_t reserved0 : 26; + uint32_t reserved0 : 24; + uint32_t xpd_tc5g_i2c : 1; + uint32_t xpd_rx5g_i2c : 1; uint32_t perif_i2c_rstb: 1; uint32_t xpd_perif_i2c : 1; uint32_t xpd_txrf_i2c : 1;