This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
+32
View File
@@ -0,0 +1,32 @@
#ifndef __SYSCFG_VOTP_ID_H__
#define __SYSCFG_VOTP_ID_H__
#include "typedef.h"
#include "device/vm.h"
//==========================================//
// votp 配置项ID分配说明 //
//==========================================//
//存储在虚拟VOTP区域
enum votp_id {
CFG_ID_VOTP_FLASH_INFO_V1 = 0,
CFG_ID_VOTP_FLASH_INFO_V2 = 1,
// CFG_ID_VOTP_CALIBRATION, //校准信息
};
#define CFG_ID_VOTP_LRC_TRIM_VALUE 0x3fe
//==========================================//
// OTP 配置项ID分配说明 //
//==========================================//
#define CFG_ID_OTP_LRC_TRIM_VALUE 0x3fe
#endif