Lines Matching refs:result
57 cy_en_efuse_status_t result = CY_EFUSE_BAD_PARAM; in Cy_EFUSE_GetEfuseBit() local
66 result = Cy_EFUSE_GetEfuseByte(offset, &byteVal); in Cy_EFUSE_GetEfuseBit()
68 if (result == CY_EFUSE_SUCCESS) in Cy_EFUSE_GetEfuseBit()
75 return (result); in Cy_EFUSE_GetEfuseBit()
80 cy_en_efuse_status_t result = CY_EFUSE_BAD_PARAM; in Cy_EFUSE_GetEfuseByte() local
118 result = CY_EFUSE_SUCCESS; in Cy_EFUSE_GetEfuseByte()
122 result = ProcessOpcode(); in Cy_EFUSE_GetEfuseByte()
128 result = CY_EFUSE_IPC_BUSY; in Cy_EFUSE_GetEfuseByte()
131 return (result); in Cy_EFUSE_GetEfuseByte()
154 cy_en_efuse_status_t result; in ProcessOpcode() local
160 result = CY_EFUSE_INVALID_PROTECTION; in ProcessOpcode()
165 result = CY_EFUSE_INVALID_FUSE_ADDR; in ProcessOpcode()
170 result = CY_EFUSE_ERR_UNC; in ProcessOpcode()
175 return (result); in ProcessOpcode()