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

pull/13651/head
Li Shuai 2023-12-07 16:26:21 +08:00 zatwierdzone przez Lou Tianhao
rodzic f7fceb55d3
commit f6478e3ced
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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