WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
patch_section.h 文件参考

浏览源代码.

宏定义

#define PATCH_T_I   __attribute__((section(".patch.text.on.itcm")))
 
#define PATCH_R_I   __attribute__((section(".patch.rodata.on.itcm")))
 
#define PATCH_D_I   __attribute__((section(".patch.data.on.itcm")))
 
#define PATCH_B_I   __attribute__((section(".patch.bss.on.itcm")))
 
#define PATCH_T_S   __attribute__((section(".patch.text.on.sram")))
 
#define PATCH_R_S   __attribute__((section(".patch.rodata.on.sram")))
 
#define PATCH_D_S   __attribute__((section(".patch.data.on.sram")))
 
#define PATCH_B_S   __attribute__((section(".patch.bss.on.sram")))
 
#define PATCH_T_F   __attribute__((section(".patch.text.on.flash")))
 
#define PATCH_R_F   __attribute__((section(".patch.rodata.on.flash")))
 
#define PATCH_D_F   __attribute__((section(".patch.data.on.flash")))
 
#define PATCH_B_F   __attribute__((section(".patch.bss.on.flash")))
 

宏定义说明

◆ PATCH_B_F

#define PATCH_B_F   __attribute__((section(".patch.bss.on.flash")))

◆ PATCH_B_I

#define PATCH_B_I   __attribute__((section(".patch.bss.on.itcm")))

◆ PATCH_B_S

#define PATCH_B_S   __attribute__((section(".patch.bss.on.sram")))

◆ PATCH_D_F

#define PATCH_D_F   __attribute__((section(".patch.data.on.flash")))

◆ PATCH_D_I

#define PATCH_D_I   __attribute__((section(".patch.data.on.itcm")))

◆ PATCH_D_S

#define PATCH_D_S   __attribute__((section(".patch.data.on.sram")))

◆ PATCH_R_F

#define PATCH_R_F   __attribute__((section(".patch.rodata.on.flash")))

◆ PATCH_R_I

#define PATCH_R_I   __attribute__((section(".patch.rodata.on.itcm")))

◆ PATCH_R_S

#define PATCH_R_S   __attribute__((section(".patch.rodata.on.sram")))

◆ PATCH_T_F

#define PATCH_T_F   __attribute__((section(".patch.text.on.flash")))

◆ PATCH_T_I

#define PATCH_T_I   __attribute__((section(".patch.text.on.itcm")))

◆ PATCH_T_S

#define PATCH_T_S   __attribute__((section(".patch.text.on.sram")))