Lines Matching refs:K7Asst
1853 static ASST_t K7Asst[] = variable
1945 MS_U32 NumOfTag = sizeof(K7Asst)/sizeof(ASST_t); in HAL_NSK2_GetOTPProperties()
1955 ret_size += (K7Asst[i].u8Length + 2); in HAL_NSK2_GetOTPProperties()
1969 *pDesc++ = K7Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1970 *pDesc++ = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1972 if(0x20 == K7Asst[i].u8Tag) //pubOTP...special case.... in HAL_NSK2_GetOTPProperties()
1980 u32Tmp = MDrv_CA_OTP_Read(K7Asst[i].Offset + j); in HAL_NSK2_GetOTPProperties()
1988 else if (0x25 == K7Asst[i].u8Tag) //NV Counter...special case.... in HAL_NSK2_GetOTPProperties()
2004 RunLens = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2005 RunOffset = K7Asst[i].Offset; in HAL_NSK2_GetOTPProperties()
2007 if(K7Asst[i].u8Length <= 4) in HAL_NSK2_GetOTPProperties()
2009 HAL_NSK2_OTP_Get(K7Asst[i].Offset, K7Asst[i].MSB, K7Asst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()