Lines Matching refs:OTPValue
1948 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2009 HAL_NSK2_OTP_Get(K7Asst[i].Offset, K7Asst[i].MSB, K7Asst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2011 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2015 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2020 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2021 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2022 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2031 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
2033 memcpy(&BulkData[j],&OTPValue,4); in HAL_NSK2_GetOTPProperties()