Operation defines which can be used with LL_EFUSE_WriteReg function. More...

+ Collaboration diagram for EFUSE Operation Defines:

Macros

#define LL_EFUSE_WRITE_KEYRAM   EFUSE_OPER_WRITE_KEYRAM
 Read fwkay and rootkey from eFuse, and write to keyram
More...
 
#define LL_EFUSE_READ_TRIM   EFUSE_OPER_READ_TRIM
 Read analog trim from eFuse
More...
 
#define LL_EFUSE_CRC_CHECK   EFUSE_OPER_CRC_CHECK
 Read the special eFuse addr, and calculate CRC value
More...
 
#define LL_EFUSE_INIT_CHECK   EFUSE_OPER_INIT_CHECK
 Read the whole eFuse value, and check this value with 0. More...
 
#define LL_EFUSE_TEST_READ   EFUSE_OPER_RD_TEST_MODE
 Read eFuse test mode from eFuse
More...
 

Detailed Description

Operation defines which can be used with LL_EFUSE_WriteReg function.

Macro Definition Documentation

◆ LL_EFUSE_CRC_CHECK

#define LL_EFUSE_CRC_CHECK   EFUSE_OPER_CRC_CHECK

Read the special eFuse addr, and calculate CRC value

Definition at line 80 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_INIT_CHECK

#define LL_EFUSE_INIT_CHECK   EFUSE_OPER_INIT_CHECK

Read the whole eFuse value, and check this value with 0.

Definition at line 81 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_READ_TRIM

#define LL_EFUSE_READ_TRIM   EFUSE_OPER_READ_TRIM

Read analog trim from eFuse

Definition at line 79 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_TEST_READ

#define LL_EFUSE_TEST_READ   EFUSE_OPER_RD_TEST_MODE

Read eFuse test mode from eFuse

Definition at line 82 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_WRITE_KEYRAM

#define LL_EFUSE_WRITE_KEYRAM   EFUSE_OPER_WRITE_KEYRAM

Read fwkay and rootkey from eFuse, and write to keyram

Definition at line 78 of file gr55xx_ll_efuse.h.