You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
327 B

#ifndef __IAP_H__
#define __IAP_H__
#include "n32g45x.h"
#define IAP_UPDATE_FLAG_ENABLE_VALUE (0x55555555) // 需要更新
#define IAP_UPDATE_FLAG_DISABLE_VALUE (0xFFFFFFFF) // 不需要更新
int32_t Set_IAP_UpdateFlag(void);
int32_t Reset_IAP_UpdateFlag(void);
uint32_t Get_IAP_UpdateFlag(void);
#endif /* __IAP_H__ */