GadgetSeed
0.9.6
|
仮想 GadgetSeed システム初期化 [詳解]
#include "sysconfig.h"
#include "system.h"
#include "device.h"
#include "random.h"
#include "datetime.h"
#include "graphics.h"
#include "console.h"
#include "device/rtc_ioctl.h"
#include "device/sd_ioctl.h"
#include "device/video_ioctl.h"
#include "storage.h"
#include "file.h"
関数 | |
int | open_lcdwindow (int *argc, char ***argv) |
void | init_system (int *argc, char ***argv) |
ドライバ初期化以前に行う初期化処理 | |
static void | register_devices (const struct st_device *const list[]) |
void | init_system_drivers (void) |
基本ドライバ初期化後に登録するユーザドライバ登録処理 | |
void | init_system_process (void) |
タスク起動後の初期化処理 [詳解] | |
void | init_syscalltbl (void) |
void | reset_system (void) |
変数 | |
const struct st_device | GSC_KERNEL_ERROUT_DEVICE |
const struct st_device | vconsole_device |
const struct st_device | rtc_device |
const struct st_device | vlcd_device |
const struct st_device | framebuf_device |
const struct st_device | grconsole_device |
const struct st_device | eventcon_device |
const struct st_device | sound_device |
const struct st_device | veeprom_device |
const struct st_device | vmmc_device |
const struct st_device | vaudio_device |
const struct st_device | vether_device |
const struct st_device | powerkey_device |
const struct st_device | gbkey_device |
const struct st_device | led_device |
LEDドライバ | |
static const struct st_device *const | dev_list [] |
static const char *const | storade_devices [] |
void init_system_process | ( | void | ) |
タスク起動後の初期化処理
タスク起動後の初期化処理
プロセスAPIを必要とする初期化を行う
initsystem.c の 129 行目に定義があります。
参照先 init_storage(), register_storage_device().
参照元 startup().
|
static |
initsystem.c の 45 行目に定義があります。
|
static |
initsystem.c の 70 行目に定義があります。