mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-30 09:36:36 +03:00
License of soc component is changed from Apache-2.0 to Apache-2.0 OR MIT to be able to use it in esp-stub-lib
13 lines
355 B
C
13 lines
355 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#define DR_REG_MODEM_BASE 0x600C0000
|
|
#define DR_REG_MODEM_PWR_BASE 0x600CD000
|
|
|
|
#define DR_REG_MODEM_SYSCON_BASE 0x600C9C00
|
|
#define DR_REG_MODEM_LPCON_BASE 0x600CF000 // (DR_REG_MODEM_PWR_BASE + 0x2000)
|