CMSIS2000
0.0.7
|
Макросы | |
#define | FILENAME_prog_bin "uboot_firmware.h" |
#define | PRINT_Log(a, b) |
Функции | |
char | disk_initialize (char) |
void | load_file_from_external_source_to (void *free_area_adress) |
find and load uboot file at external flash or something else and load to MCU after free_space_start adress |
Переменные | |
FATFS | Fatfs [_VOLUMES] |
#define FILENAME_prog_bin "uboot_firmware.h" |
См. определение в файле find_file.c строка 47
Используется в load_file_from_external_source_to().
#define PRINT_Log | ( | a, | |
b | |||
) |
См. определение в файле find_file.c строка 45
Используется в load_file_from_external_source_to().
char disk_initialize | ( | char | ) |
void load_file_from_external_source_to | ( | void * | free_area_adress | ) |
find and load uboot file at external flash or something else and load to MCU after free_space_start adress
См. определение в файле find_file.c строка 58
Перекрестные ссылки _VOLUMES, disk_initialize(), f_close(), f_mount(), f_open(), FA_OPEN_EXISTING, FA_READ, FILENAME_prog_bin, FR_OK, load_uboot_file() и PRINT_Log.
Используется в main().
См. определение в файле find_file.c строка 51