2.108.29 SEFC_USERSIGNATURE_BLOCK Enum
C
typedef enum
{
/* Block 0 of user signature. Erasable by erase signal */
BLOCK_0 = 1,
/* Block 1 of user signature. Erasable by erase signal */
BLOCK_1,
/* Block 2 of user signature. Erasable by erase signal */
BLOCK_2,
/* Block 3 of user signature. No erasable by erase signal */
BLOCK_3,
/* Block 4 of user signature. No erasable by erase signal */
BLOCK_4,
/* Block 5 of user signature. No erasable by erase signal */
BLOCK_5,
} SEFC_USERSIGNATURE_BLOCK;
Summary
This defines the data type for the SEFCx user signature block
Description
This enum is used to define the blocks of user signature.
Remarks
None.
