mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 05:17:38 +00:00
change(soc): update modem syscon and lpcon register and structure header files
This commit is contained in:
@@ -157,7 +157,7 @@ typedef volatile struct {
|
||||
uint32_t rst_coex : 1;
|
||||
uint32_t rst_i2c_mst : 1;
|
||||
uint32_t rst_lp_timer : 1;
|
||||
uint32_t reserved4 : 1;
|
||||
uint32_t rst_dcmem : 1;
|
||||
uint32_t reserved5 : 1;
|
||||
uint32_t reserved6 : 1;
|
||||
uint32_t reserved7 : 1;
|
||||
@@ -231,6 +231,10 @@ typedef volatile struct {
|
||||
};
|
||||
uint32_t val;
|
||||
} apb_mem_sel;
|
||||
uint32_t dcmem_valid_0;
|
||||
uint32_t dcmem_valid_1;
|
||||
uint32_t dcmem_valid_2;
|
||||
uint32_t dcmem_valid_3;
|
||||
union {
|
||||
struct {
|
||||
uint32_t date : 28;
|
||||
@@ -243,7 +247,7 @@ typedef volatile struct {
|
||||
extern modem_lpcon_dev_t MODEM_LPCON;
|
||||
|
||||
#ifndef __cplusplus
|
||||
_Static_assert(sizeof(modem_lpcon_dev_t) == 0x40, "Invalid size of modem_lpcon_dev_t structure");
|
||||
_Static_assert(sizeof(modem_lpcon_dev_t) == 0x50, "Invalid size of modem_lpcon_dev_t structure");
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user