Searched refs:g_nbu_info_p (Results 1 – 1 of 1) sorted by relevance
68 static NbuInfo_t * g_nbu_info_p = (NbuInfo_t *)NULL; variable198 g_nbu_info_p = nbu_info_p; in PLATFORM_GetNbuInfo()219 g_nbu_info_p = NULL; in PLATFORM_GetNbuInfo()437 if (g_nbu_info_p != NULL) in PLATFORM_RxNbuVersionIndicationService()440 memcpy(g_nbu_info_p, &data[1], sizeof(NbuInfo_t)); in PLATFORM_RxNbuVersionIndicationService()443 PRINTF("NBU v%d.%d.%d\r\n", g_nbu_info_p->versionNumber[0], g_nbu_info_p->versionNumber[1], in PLATFORM_RxNbuVersionIndicationService()444 g_nbu_info_p->versionNumber[2]); in PLATFORM_RxNbuVersionIndicationService()445 … PRINTF("NBU SHA %02x%02x%02x%02x\r\n", g_nbu_info_p->repo_digest[0], g_nbu_info_p->repo_digest[1], in PLATFORM_RxNbuVersionIndicationService()446 g_nbu_info_p->repo_digest[2], g_nbu_info_p->repo_digest[3]); in PLATFORM_RxNbuVersionIndicationService()