Home
last modified time | relevance | path

Searched refs:DDR_SIZE (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dhidumper_adapter_impl.c49 #define DDR_SIZE 0x46000 macro
179 if (size == 0 || size > DDR_SIZE) { in DumpMemRegion()
181 size, DDR_SIZE); in DumpMemRegion()
185 if (addr < DDR_START_ADDR || addr >= (DDR_START_ADDR + DDR_SIZE)) { in DumpMemRegion()
187 addr, DDR_START_ADDR, (DDR_START_ADDR + DDR_SIZE)); in DumpMemRegion()
206 return DumpMemRegion(DDR_START_ADDR, DDR_SIZE); in DumpAllMem()

Completed in 1 milliseconds