Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c139 static PXP_Type *const s_pxpBases[] = PXP_BASE_PTRS; variable
154 for (instance = 0; instance < ARRAY_SIZE(s_pxpBases); instance++) in PXP_GetInstance()
156 if (s_pxpBases[instance] == base) in PXP_GetInstance()
162 assert(instance < ARRAY_SIZE(s_pxpBases)); in PXP_GetInstance()