Searched refs:LV_MEM_BUF_MAX_NUM (Results 1 – 7 of 7) sorted by relevance
283 for(uint8_t i = 0; i < LV_MEM_BUF_MAX_NUM; i++) { in lv_mem_buf_get()307 for(uint8_t i = 0; i < LV_MEM_BUF_MAX_NUM; i++) { in lv_mem_buf_get()335 for(uint8_t i = 0; i < LV_MEM_BUF_MAX_NUM; i++) { in lv_mem_buf_release()350 for(uint8_t i = 0; i < LV_MEM_BUF_MAX_NUM; i++) { in lv_mem_buf_free_all()
52 typedef lv_mem_buf_t lv_mem_buf_arr_t[LV_MEM_BUF_MAX_NUM];
67 #define LV_MEM_BUF_MAX_NUM 16 macro
71 #define LV_MEM_BUF_MAX_NUM 16
90 config LV_MEM_BUF_MAX_NUM config
193 #ifndef LV_MEM_BUF_MAX_NUM195 #define LV_MEM_BUF_MAX_NUM CONFIG_LV_MEM_BUF_MAX_NUM macro197 #define LV_MEM_BUF_MAX_NUM 16 macro
930 - feat(conf): make LV_MEM_BUF_MAX_NUM configurable [`2747`](https://github.com/lvgl/lvgl/pull/2747)