#include <mios32.h>#include "tasks.h"#include "app.h"#include <string.h>#include <keyboard.h>#include "file.h"#include "mbng_file.h"#include "mbng_file_k.h"Data Structures | |
| struct | mbng_file_k_info_t |
Defines | |
| #define | DEBUG_VERBOSE_LEVEL 1 |
| #define | MBNG_FILES_PATH "/" |
| #define | FLUSH_BUFFER { status |= FILE_WriteBuffer((u8 *)line_buffer, strlen(line_buffer)); } |
Functions | |
| s32 | MBNG_FILE_K_Init (u32 mode) |
| s32 | MBNG_FILE_K_Load (char *filename) |
| s32 | MBNG_FILE_K_Unload (void) |
| s32 | MBNG_FILE_K_Valid (void) |
| s32 | MBNG_FILE_K_Read (char *filename) |
| s32 | MBNG_FILE_K_Write (char *filename) |
| #define FLUSH_BUFFER { status |= FILE_WriteBuffer((u8 *)line_buffer, strlen(line_buffer)); } |
1.6.1