Home
last modified time | relevance | path

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

/lvgl-latest/libs/nema_gfx/include/
Dtsi_malloc.h36 #define tsi_malloc_init(base_virt, base_phys, size, reset) \ argument
37 tsi_malloc_init_pool(0, base_virt, base_phys, size, reset)
43 uintptr_t base_phys,
49 uintptr_t base_phys,
Dnema_hal.h42 uintptr_t base_phys; /**< Physical address of buffer */ member
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_stm32_hal.c183 bo.base_phys = (uint32_t)bo.base_virt; in nema_buffer_create()
216 bo->base_phys = 0; in nema_buffer_destroy()
223 return bo->base_phys; in nema_buffer_phys()