50#ifndef INCLUDE_SERVICES_IBOOT_H_
51#define INCLUDE_SERVICES_IBOOT_H_
static sys_error_code_t IBootInit(IBoot *_this)
Definition IBootVtbl.h:63
static boolean_t IBootCheckDFUTrigger(IBoot *_this)
Definition IBootVtbl.h:68
static uint32_t IBootGetAppAdderss(IBoot *_this)
Definition IBootVtbl.h:73
static sys_error_code_t IBootOnJampToApp(IBoot *_this, uint32_t nAppDress)
Definition IBootVtbl.h:78
Umbrella header for the basic system features.
Definition IBootVtbl.h:51
uint16_t sys_error_code_t
Definition syserror.h:41