Searched refs:s_trngBases (Results 1 – 1 of 1) sorted by relevance
1252 static TRNG_Type *const s_trngBases[] = TRNG_BASE_PTRS; variable1292 for (instance = 0; instance < ARRAY_SIZE(s_trngBases); instance++) in trng_GetInstance()1294 if (s_trngBases[instance] == base) in trng_GetInstance()1300 assert(instance < ARRAY_SIZE(s_trngBases)); in trng_GetInstance()