boot_control_module 结构体参考文档

boot_control_module 结构体参考文档

#include < boot_control.h >

数据字段

struct hw_module_t   常见
 
void(*  init )(struct boot_control_module *module)
 
unsigned(*  getNumberSlots )(struct boot_control_module *module)
 
unsigned(*  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 *  reserved [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 行。


此结构体的文档是根据以下文件生成的: