INT32(* FLASH_WRITE_FUNC)(void *memAddr, size_t start, size_t size)
Define the type of a flash-writing function.
Definition los_runstop.h:114
struct tagRunstopParam RUNSTOP_PARAM_S
void(* RUNSTOP_CALLBACK_FUNC)(void)
Define the type of a runstop callback function.
Definition los_runstop.h:64
INT32(* FLASH_READ_FUNC)(void *memAddr, size_t start, size_t size)
Define the type of a flash-reading function.
Definition los_runstop.h:89
void LOS_MakeImage(const RUNSTOP_PARAM_S *runstopParam)
Store the memory image on a flash.
signed int INT32
Definition los_typedef.h:55
#define VOID
Definition los_typedef.h:88
unsigned int UINTPTR
Definition los_typedef.h:74
Definition los_runstop.h:122
UINTPTR uwImageFlashAddr
Definition los_runstop.h:134
RUNSTOP_CALLBACK_FUNC pfIdleWakeupCallback
Definition los_runstop.h:123
FLASH_READ_FUNC pfFlashReadFunc
Definition los_runstop.h:126
FLASH_WRITE_FUNC pfFlashWriteFunc
Definition los_runstop.h:127
size_t uwFlashEraseAlignSize
Definition los_runstop.h:129
RUNSTOP_CALLBACK_FUNC pfImageDoneCallback
Definition los_runstop.h:125
RUNSTOP_CALLBACK_FUNC pfWakeupCallback
Definition los_runstop.h:124
size_t uwFlashWriteAlignSize
Definition los_runstop.h:130
UINTPTR uwWowFlashAddr
Definition los_runstop.h:131
size_t uwFlashReadAlignSize
Definition los_runstop.h:128