Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_kpp.c34 static KPP_Type *const s_kppBases[] = KPP_BASE_PTRS; variable
46 for (instance = 0; instance < ARRAY_SIZE(s_kppBases); instance++) in KPP_GetInstance()
48 if (s_kppBases[instance] == base) in KPP_GetInstance()
54 assert(instance < ARRAY_SIZE(s_kppBases)); in KPP_GetInstance()