Modules | |
| EFUSE Error Code | |
| EFUSE Flags | |
| EFUSE Loyout Map | |
Macros | |
| #define | __HAL_EFUSE_ENABLE_MAIN_BACKUP(__HANDLE__) ll_efuse_enable_main_backup((__HANDLE__)->p_instance) |
| Enable the eFuse main or backup. More... | |
| #define | __HAL_EFUSE_DISABLE_MAIN_BACKUP(__HANDLE__) ll_efuse_disable_main_backup((__HANDLE__)->p_instance) |
| Disable the eFuse main or backup. More... | |
| #define | __HAL_EFUSE_ENABLE_PGENB(__HANDLE__) ll_efuse_enable_pgenb((__HANDLE__)->p_instance) |
| Enable the eFuse PGENB. More... | |
| #define | __HAL_EFUSE_DISABLE_PGENB(__HANDLE__) ll_efuse_disable_pgenb((__HANDLE__)->p_instance) |
| Disable the eFuse PGENB. More... | |
| #define | __HAL_EFUSE_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BITS((__HANDLE__)->p_instance->STAT, (__FLAG__)) != 0) ? SET : RESET) |
| Check whether the specified eFuse flag is set or not. More... | |
| #define __HAL_EFUSE_DISABLE_MAIN_BACKUP | ( | __HANDLE__ | ) | ll_efuse_disable_main_backup((__HANDLE__)->p_instance) |
Disable the eFuse main or backup.
| <strong>HANDLE</strong> | Specifies the eFuse Handle. |
| None. |
| #define __HAL_EFUSE_DISABLE_PGENB | ( | __HANDLE__ | ) | ll_efuse_disable_pgenb((__HANDLE__)->p_instance) |
Disable the eFuse PGENB.
| <strong>HANDLE</strong> | Specifies the eFuse Handle. |
| None. |
| #define __HAL_EFUSE_ENABLE_MAIN_BACKUP | ( | __HANDLE__ | ) | ll_efuse_enable_main_backup((__HANDLE__)->p_instance) |
Enable the eFuse main or backup.
| <strong>HANDLE</strong> | Specifies the eFuse Handle. |
| None. |
| #define __HAL_EFUSE_ENABLE_PGENB | ( | __HANDLE__ | ) | ll_efuse_enable_pgenb((__HANDLE__)->p_instance) |
Enable the eFuse PGENB.
| <strong>HANDLE</strong> | Specifies the eFuse Handle. |
| None. |
| #define __HAL_EFUSE_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((READ_BITS((__HANDLE__)->p_instance->STAT, (__FLAG__)) != 0) ? SET : RESET) |
Check whether the specified eFuse flag is set or not.
| <strong>HANDLE</strong> | specifies the eFuse Handle. |
| <strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
| The | new state of FLAG (TRUE or FALSE). |