Flags defines which can be used with LL_EFUSE_ReadReg function. More...

+ Collaboration diagram for Get Flags Defines:

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...
 

Detailed Description

Flags defines which can be used with LL_EFUSE_ReadReg function.

Macro Definition Documentation

◆ LL_EFUSE_CRC_CHECK_DONE

#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.

◆ LL_EFUSE_CRC_CHECK_SUCCESS

#define LL_EFUSE_CRC_CHECK_SUCCESS   EFUSE_STATUS_TRIM_CRC_SUCCESS

CRC check success

Definition at line 92 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_INIT_CHECK_DONE

#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.

◆ LL_EFUSE_INIT_CHECK_SUCCESS

#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.

◆ LL_EFUSE_READ_TRIM_DONE

#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.

◆ LL_EFUSE_TEST_DONE

#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.

◆ LL_EFUSE_WRITE_DONE

#define LL_EFUSE_WRITE_DONE   EFUSE_STATUS_WRITE_DONE

eFuse one word write done

Definition at line 95 of file gr55xx_ll_efuse.h.

◆ LL_EFUSE_WRITE_KEYRAM_BUSY

#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.