Home
last modified time | relevance | path

Searched refs:s_trngBases (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1252 static TRNG_Type *const s_trngBases[] = TRNG_BASE_PTRS; variable
1292 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()