思澈科技软件开发工具包  2.20
SECU Exported Macros

Modules

 Security setting flags
 
 Security role
 

Macros

#define SECU_MEM_MIN_BLOCK   (1024)
 
#define SECU_MEMRange_ALIGN(v)   ((v)&0xFFFFFC00)
 
#define SECU_MEMRange_ALIGN_UP(v)   SECU_MEMRange_ALIGN((v) + SECU_MEM_MIN_BLOCK - 1)
 

Detailed Description