mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 02:16:51 +00:00
feat(modem): add modem register header files for ESP32C5 MP
This commit is contained in:
9
components/soc/esp32c5/mp/include/modem/reg_base.h
Normal file
9
components/soc/esp32c5/mp/include/modem/reg_base.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#define DR_REG_MODEM_SYSCON_BASE 0x600A9C00
|
||||
#define DR_REG_MODEM_LPCON_BASE 0x600AF000
|
Reference in New Issue
Block a user