Flags defines which can be used with LL_EFUSE_ReadReg function. More...
Macros | |
#define | LL_EFUSE_WRITE_KEYRAM_BUSY EFUSE_STATUS_WRITE_KEYRAM_BUSY |
Write keyram operation is in processing More... | |
#define | LL_EFUSE_READ_TRIM_DONE EFUSE_STATUS_READ_TRIM_DONE |
Read trim from eFuse has done More... | |
#define | LL_EFUSE_CRC_CHECK_DONE EFUSE_STATUS_CRC_CHECK_DONE |
eFuse CRC check done More... | |
#define | LL_EFUSE_CRC_CHECK_SUCCESS EFUSE_STATUS_TRIM_CRC_SUCCESS |
CRC check success More... | |
#define | LL_EFUSE_INIT_CHECK_DONE EFUSE_STATUS_INIT_DONE |
eFuse initial value check done More... | |
#define | LL_EFUSE_INIT_CHECK_SUCCESS EFUSE_STATUS_INIT_SUCCESS |
eFuse initial value check success More... | |
#define | LL_EFUSE_WRITE_DONE EFUSE_STATUS_WRITE_DONE |
eFuse one word write done More... | |
#define | LL_EFUSE_TEST_DONE EFUSE_STATUS_TEST_MODE_DONE |
Read from eFuse has done in test mode More... | |
Flags defines which can be used with LL_EFUSE_ReadReg function.
#define LL_EFUSE_CRC_CHECK_DONE EFUSE_STATUS_CRC_CHECK_DONE |
eFuse CRC check done
Definition at line 91 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_CRC_CHECK_SUCCESS EFUSE_STATUS_TRIM_CRC_SUCCESS |
CRC check success
Definition at line 92 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_INIT_CHECK_DONE EFUSE_STATUS_INIT_DONE |
eFuse initial value check done
Definition at line 93 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_INIT_CHECK_SUCCESS EFUSE_STATUS_INIT_SUCCESS |
eFuse initial value check success
Definition at line 94 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_READ_TRIM_DONE EFUSE_STATUS_READ_TRIM_DONE |
Read trim from eFuse has done
Definition at line 90 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_TEST_DONE EFUSE_STATUS_TEST_MODE_DONE |
Read from eFuse has done in test mode
Definition at line 96 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_WRITE_DONE EFUSE_STATUS_WRITE_DONE |
eFuse one word write done
Definition at line 95 of file gr55xx_ll_efuse.h.
#define LL_EFUSE_WRITE_KEYRAM_BUSY EFUSE_STATUS_WRITE_KEYRAM_BUSY |
Write keyram operation is in processing
Definition at line 89 of file gr55xx_ll_efuse.h.