mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
feat(mipi_dsi): update low level functions to include underrun interrupt
This commit is contained in:
@@ -59,7 +59,9 @@
|
||||
#define DR_REG_DDRPHY_BASE (DR_REG_HPPERIPH0_BASE + 0x9D000)
|
||||
#define DR_REG_PVT_BASE (DR_REG_HPPERIPH0_BASE + 0x9E000)
|
||||
#define DR_REG_CSI_HOST_BASE (DR_REG_HPPERIPH0_BASE + 0x9F000)
|
||||
#define DR_REG_CSI_BRG_BASE (DR_REG_HPPERIPH0_BASE + 0x9F800)
|
||||
#define DR_REG_DSI_HOST_BASE (DR_REG_HPPERIPH0_BASE + 0xA0000)
|
||||
#define DR_REG_DSI_BRG_BASE (DR_REG_HPPERIPH0_BASE + 0xA0800)
|
||||
#define DR_REG_ISP_BASE (DR_REG_HPPERIPH0_BASE + 0xA1000)
|
||||
#define DR_REG_RMT_BASE (DR_REG_HPPERIPH0_BASE + 0xA2000)
|
||||
#define DR_REG_BITSCRAM_BASE (DR_REG_HPPERIPH0_BASE + 0xA3000)
|
||||
|
Reference in New Issue
Block a user