Physical memory pool object definitions. More...
#include <linker.h>#include <stdint.h>#include <physmem.h>#include <chip/memory-map.h>Go to the source code of this file.
Variables | |
| struct physmem_pool | cpu_sram_pool |
| Internal SRAM. | |
Physical memory pool object definitions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file physmem_pools.c.
| struct physmem_pool cpu_sram_pool |
{
.start.vaddr = (uintptr_t)&heap_area,
.end.vaddr = (uintptr_t)&stack_area,
}
Internal SRAM.
Definition at line 48 of file physmem_pools.c.
Referenced by buffer_pool_init(), and malloc().
1.6.3