Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/common/
Ddmm.c104 static size_t dmm_heap_start_get(struct dmm_heap *dh) in dmm_heap_start_get() function
111 return (dh->region->dt_size - (dmm_heap_start_get(dh) - dh->region->dt_addr)); in dmm_heap_size_get()
190 if (is_buffer_within_region(addr, 0, dmm_heap_start_get(dh), dmm_heap_size_get(dh))) { in dmm_buffer_out_release()
277 if (is_buffer_within_region(addr, 0, dmm_heap_start_get(dh), dmm_heap_size_get(dh))) { in dmm_buffer_in_release()
293 sys_heap_init(&dh->heap, (void *)dmm_heap_start_get(dh), dmm_heap_size_get(dh)); in dmm_init()