boot_control_module 構造体リファレンス

boot_control_module 構造体リファレンス

#include < boot_control.h >

データ フィールド

struct hw_module_t   common
 
void(*  init )(struct boot_control_module *module)
 
未符号(*  getNumberSlots )(struct boot_control_module *module)
 
未符号(*  getCurrentSlot )(struct boot_control_module *module)
 
int(*  markBootSuccessful )(struct boot_control_module *module)
 
int(*  setActiveBootSlot )(struct boot_control_module *module, unsigned slot)
 
int(*  setSlotAsUnbootable )(struct boot_control_module *module, unsigned slot)
 
int(*  isSlotBootable )(struct boot_control_module *module, unsigned slot)
 
const char *(*  getSuffix )(struct boot_control_module *module, unsigned slot)
 
int(*  isSlotMarkedSuccessful )(struct boot_control_module *module, unsigned slot)
 
void * 予約済み [31]
 

詳細な説明

すべてのハードウェア モジュールには HAL_MODULE_INFO_SYM という名前のデータ構造が必要です。このデータ構造のフィールドは hw_module_t で始まり、その後にモジュール固有の情報が続く必要があります。

ファイル boot_control.h 50 行の定義。

フィールドのドキュメント

struct hw_module_t common

定義は、ファイル boot_control.h 51 行にあります。

unsigned(* getCurrentSlot)(struct boot_control_module *module)

ファイル boot_control.h 76 行 の定義。

unsigned(* getNumberSlots)(struct boot_control_module *module)

ファイル boot_control.h 64 行 の定義。

const char*(* getSuffix)(struct boot_control_module *module, unsigned slot)

ファイル boot_control.h 118 行 の定義。

void(* init)(struct boot_control_module *module)

ファイル boot_control.h 57 行 の定義。

int(* isSlotBootable)(struct boot_control_module *module, unsigned slot)

ファイル boot_control.h の行 110 の定義。

int(* isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot)

ファイル boot_control.h 126 行 の定義。

int(* markBootSuccessful)(struct boot_control_module *module)

ファイル boot_control.h 84 行の定義。

void* reserved[31]

ファイル boot_control.h 128 行の定義。

int(* setActiveBootSlot)(struct boot_control_module *module, unsigned slot)

ファイル boot_control.h の行 93 の定義。

int(* setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot)

ファイル boot_control.h の行 101 の定義。


この構造体のドキュメントは、次のファイルから生成されました。