Display Xplained file loader. More...
#include <dma.h>#include <hugemem.h>#include <physmem.h>#include <mainloop.h>#include <status_codes.h>#include <fs/tsfs.h>#include <gfx/gfx.h>#include <gfx/win.h>#include <gfx/wtk.h>#include <gfx/sysfont.h>#include "file_loader.h"Go to the source code of this file.
Functions | |
| static void | load_to_screen_worker (struct workqueue_task *task) |
| Load file data directly to screen worker. | |
| static void | load_to_hugemem_worker (struct workqueue_task *task) |
| Load file data to hugemem worker. | |
| enum status_code | load_file_to_screen (const char *filename, gfx_coord_t pos_x, gfx_coord_t pos_y, gfx_coord_t width, gfx_coord_t height, struct workqueue_task *done_task) |
| Load file data directly to screen. | |
| hugemem_ptr_t | load_file_to_hugemem (const char *filename, struct workqueue_task *task) |
| Allocate space in hugemem and load an image into it. | |
| bool | file_loader_busy () |
| Check if the file loader is busy loading a file. | |
| void | file_loader_init () |
| Initialize the file loader. | |
Display Xplained file loader.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file file_loader.c.
1.6.3