Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dsoc_impl.c91 #define configTOTAL_PSRAM_HEAP_SIZE (0x400000 - 0x20000) macro
92 PSRAM_HEAP_SECTION static unsigned char psRAMHeap[configTOTAL_PSRAM_HEAP_SIZE];
95 {(uint8_t*)psRAMHeap,(size_t)configTOTAL_PSRAM_HEAP_SIZE},
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dpsram_reserve.c10 #define configTOTAL_PSRAM_HEAP_SIZE (0x200000) macro
14 static unsigned char psRAMHeap[configTOTAL_PSRAM_HEAP_SIZE];
21 g_Psram_heap.FreeList->size = configTOTAL_PSRAM_HEAP_SIZE; in Psram_heap_init()

Completed in 3 milliseconds