Lines Matching refs:OTPValue
2261 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2317 HAL_NSK2_OTP_Get(KanoAsst[i].Offset, KanoAsst[i].MSB, KanoAsst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2319 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2322 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2323 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2327 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2328 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2329 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2330 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2339 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
2341 memcpy(&BulkData[j],&OTPValue,4); in HAL_NSK2_GetOTPProperties()