Enumerated Types¶
-
group
group_efuse_enumerated_types
Enums
-
enum
cy_en_efuse_status_t
cy_en_efuse_status_t: This enum has the return values of the eFuse driver.
Values:
-
enumerator
CY_EFUSE_SUCCESS
Success.
-
enumerator
CY_EFUSE_INVALID_PROTECTION
Invalid access in the current protection state.
-
enumerator
CY_EFUSE_INVALID_FUSE_ADDR
Invalid eFuse address.
-
enumerator
CY_EFUSE_BAD_PARAM
One or more invalid parameters.
-
enumerator
CY_EFUSE_IPC_BUSY
The IPC structure is already locked by another process.
-
enumerator
CY_EFUSE_WRITE_BUSY
Previous write operation in progress.
note
Supported in CAT1B devices.
-
enumerator
CY_EFUSE_WRITE_ERROR
Write operation failed.
Retry operation.
note
Supported in CAT1B devices.
-
enumerator
CY_EFUSE_WRITE_TIMEOUT_ERROR
Timeout Error in Write Operation.
note
Supported in CAT1B devices.
-
enumerator
CY_EFUSE_ERR_UNC
Unknown error code.
-
enumerator
-
enum