#include <p24FJ64GA002.h>
#include "types.h"
#include "table.h"
#include "libeeprom.h"
#include "libuart.h"
#include "ssm.h"
#include "main.h"
#include "extmeter.h"
#include "screen.h"
#include "config.h"
データ構造 | |
struct | CONFIG |
型定義 | |
typedef struct CONFIG | CONFIG_T |
typedef CONFIG_T * | pCONFIG_T |
関数 | |
BOOL | CONFIG_init (void) |
BOOL | CONFIG_save (void) |
BOOL | CONFIG_load (void) |
void | CONFIG_dump_config (void) |
void CONFIG_dump_config | ( | void | ) |
BOOL CONFIG_load | ( | void | ) |
BOOL CONFIG_save | ( | void | ) |
参照先 CONFIG::ptr, CONFIG::size, と TRUE.