Home
last modified time | relevance | path

Searched refs:SOC_DMA_LOW (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/soc/include/soc/
Dsoc_memory_layout.h146 return (intptr_t)p >= SOC_DMA_LOW && (intptr_t)p < SOC_DMA_HIGH; in esp_ptr_dma_capable()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h271 #define SOC_DMA_LOW 0x3FFAE000 macro