Modules | |
| EFUSE Error Code | |
| EFUSE Flags | |
| EFUSE Loyout Map | |
Macros | |
| #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_PGENB | ( | __HANDLE__ | ) | ll_efuse_disable_pgenb((__HANDLE__)->p_instance) |
Disable the eFuse PGENB.
| __HANDLE__ | Specifies the eFuse Handle. |
| None. |
Definition at line 203 of file gr533x_hal_efuse.h.
| #define __HAL_EFUSE_ENABLE_PGENB | ( | __HANDLE__ | ) | ll_efuse_enable_pgenb((__HANDLE__)->p_instance) |
Enable the eFuse PGENB.
| __HANDLE__ | Specifies the eFuse Handle. |
| None. |
Definition at line 197 of file gr533x_hal_efuse.h.
| #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.
| __HANDLE__ | specifies the eFuse Handle. |
| __FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
| The | new state of __FLAG__ (TRUE or FALSE). |
Definition at line 214 of file gr533x_hal_efuse.h.