mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 06:39:27 +01:00
10 lines
221 B
C
10 lines
221 B
C
|
|
/*
|
||
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
#define DR_REG_MODEM_SYSCON_BASE 0x600C9C00
|
||
|
|
#define DR_REG_MODEM_LPCON_BASE 0x600CF000
|