Home
last modified time | relevance | path

Searched refs:rt_heap (Results 1 – 5 of 5) sorted by relevance

/bsp/core-v-mcu/core-v-cv32e40p/board/
A Dboard.c26 static rt_uint8_t rt_heap[RT_HEAP_SIZE]; variable
29 return rt_heap; in rt_heap_begin_get()
33 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/smartfusion2/board/
A Dboard.c42 static uint32_t rt_heap[RT_HEAP_SIZE]; // heap default size: 4K(1024 * 4) variable
45 return rt_heap; in rt_heap_begin_get()
50 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/wch/risc-v/ch32v208w-r0/board/
A Dboard.c36 static uint32_t rt_heap[RT_HEAP_SIZE]; variable
39 return rt_heap; in rt_heap_begin_get()
44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Dboard.c56 static uint32_t rt_heap[RT_HEAP_SIZE]; variable
59 return rt_heap; in rt_heap_begin_get()
64 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/tae32f5300/board/
A Dboard.c36 static uint32_t rt_heap[RT_HEAP_SIZE];/* heap default size: 4K(1024 * 4)*/ variable
39 return rt_heap; in rt_heap_begin_get()
44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()

Completed in 17 milliseconds