Searched refs:K7ChipCfg (Results 1 – 1 of 1) sorted by relevance
2067 static ChipOTPCfg_t K7ChipCfg[] = variable2173 MS_U32 NumOfConfigs = sizeof(K7ChipCfg)/sizeof(ChipOTPCfg_t); in HAL_NSK2_GetFullChipConfig()2182 … HAL_NSK2_OTP_Get(K7ChipCfg[i].Offset, K7ChipCfg[i].MSB, K7ChipCfg[i].LSB, &TotalOTPValue[i]); in HAL_NSK2_GetFullChipConfig()2190 if(K7ChipCfg[i].Bits>remain_bits) in HAL_NSK2_GetFullChipConfig()2192 if(K7ChipCfg[i].Bits == 32) in HAL_NSK2_GetFullChipConfig()2218 shift_bits = K7ChipCfg[i].Bits-remain_bits; in HAL_NSK2_GetFullChipConfig()2231 remain_bits -= K7ChipCfg[i].Bits; in HAL_NSK2_GetFullChipConfig()