Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_mem.c25 #define MEM_UNIT uint64_t macro
27 #define MEM_UNIT uint32_t macro
41 MEM_UNIT used : 1; /* 1: if the entry is used*/
42 MEM_UNIT d_size : 31; /* Size off the data (1 means 4 bytes)*/
44 MEM_UNIT header; /* The header (used + d_size)*/
90 static LV_MEM_ATTR MEM_UNIT work_mem_int[LV_MEM_SIZE / sizeof(MEM_UNIT)]; in lv_mem_init()

Completed in 2 milliseconds