Searched refs:s_vrefBases (Results 1 – 2 of 2) sorted by relevance
33 static VREF_Type *const s_vrefBases[] = VREF_BASE_PTRS; variable54 for (instance = 0; instance < ARRAY_SIZE(s_vrefBases); instance++) in VREF_GetInstance()61 if (s_vrefBases[instance] == base) in VREF_GetInstance()67 assert(instance < ARRAY_SIZE(s_vrefBases)); in VREF_GetInstance()
34 static VREF_Type *const s_vrefBases[] = VREF_BASE_PTRS; variable50 for (instance = 0; instance < ARRAY_SIZE(s_vrefBases); instance++) in VREF_GetInstance()52 if (s_vrefBases[instance] == base) in VREF_GetInstance()58 assert(instance < ARRAY_SIZE(s_vrefBases)); in VREF_GetInstance()