mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-30 04:15:06 +00:00
da18980ff0
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
10 lines
233 B
C
10 lines
233 B
C
/*
|
|
* SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#define DR_REG_MODEM_SYSCON_BASE 0x600A9800
|
|
#define DR_REG_MODEM_LPCON_BASE 0x600AF000
|