Searched defs:buf_1 (Results 1 – 11 of 11) sorted by relevance
27 lv_color_t buf_1[LCD_H * LCD_W]; variable29 __attribute__((at(0x68000000))) lv_color_t buf_1[LCD_H * LCD_W]; variable31 __attribute__((section(".ARM.__at_0x68000000"))) lv_color_t buf_1[LCD_H * LCD_W]; variable33 lv_color_t buf_1[LCD_H * LCD_W] __attribute__((section(".MCUlcdgrambysram"))); variable
94 …static lv_color_t buf_1[MY_DISP_HOR_RES * MY_DISP_HOR_RES / 2] __attribute__((section(".LVGLccm"))… in lv_port_disp_init() local97 __attribute__((at(0x10000000))) lv_color_t buf_1[LCD_H * LCD_W / 2]; in lv_port_disp_init() local
26 static lv_color_t buf_1[COLOR_BUFFER]; variable
23 static lv_color_t buf_1[MY_DISP_HOR_RES * DISP_BUFFER_LINES]; variable
25 static lv_color_t buf_1[MY_DISP_HOR_RES * DISP_BUFFER_LINES]; variable
27 static lv_color_t buf_1[COLOR_BUFFER]; variable
34 __attribute__((section(".ARM.__at_0x1FFE0000"))) lv_color_t buf_1[COLOR_BUFFER]; variable
34 lv_color_t buf_1[COLOR_BUFFER]; variable
Completed in 22 milliseconds