mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 23:05:38 +00:00
feat(regi2c): add regi2c support for esp32h4
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
*/
|
||||
|
||||
#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
|
||||
#define DR_REG_MODEM_LPCON_BASE 0x600CF000 // (DR_REG_MODEM_PWR_BASE + 0x2000)
|
||||
|
Reference in New Issue
Block a user