change(soc): update pmu register map struct for esp32c5 beta3

This commit is contained in:
Li Shuai 2023-12-07 16:26:21 +08:00 committed by Lou Tianhao
parent f7fceb55d3
commit f6478e3ced

View File

@ -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;