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

Macros

#define LL_EFUSE_INIT_CHECK_DONE   EFUSE_STATUS_INIT_DONE
 
#define LL_EFUSE_INIT_CHECK_SUCCESS   EFUSE_STATUS_INIT_SUCCESS
 
#define LL_EFUSE_WRITE_DONE   EFUSE_STATUS_WRITE_DONE
 

Detailed Description

Flags defines which can be used with LL_EFUSE_ReadReg function.

Macro Definition Documentation

◆ LL_EFUSE_INIT_CHECK_DONE

#define LL_EFUSE_INIT_CHECK_DONE   EFUSE_STATUS_INIT_DONE

eFuse initial value check done

Definition at line 88 of file 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 89 of file ll_efuse.h.

◆ LL_EFUSE_WRITE_DONE

#define LL_EFUSE_WRITE_DONE   EFUSE_STATUS_WRITE_DONE

eFuse one word write done

Definition at line 90 of file ll_efuse.h.