C2A_Core
block_command_table_params.h
[詳解]
1 
5 #ifndef BLOCK_COMMAND_TABLE_PARAMS_H_
6 #define BLOCK_COMMAND_TABLE_PARAMS_H_
7 
8 #undef BCT_CMD_MAX_LENGTH
9 #undef BCT_MAX_CMD_NUM
10 #undef BCT_MAX_BLOCKS
11 
12 #undef SIZE_OF_BCT_ID_T
13 
14 #define BCT_CMD_MAX_LENGTH (64)
15 #define BCT_MAX_CMD_NUM (32)
16 #define BCT_MAX_BLOCKS (383)
17 
18 #define SIZE_OF_BCT_ID_T (2)
19 
20 #endif