Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/afe/
Dfsl_afe.c20 static AFE_Type *const s_AFEBases[] = AFE_BASE_PTRS; variable
35 for (instance = 0; instance < ARRAY_SIZE(s_AFEBases); instance++) in AFE_GetInstance()
37 if (s_AFEBases[instance] == base) in AFE_GetInstance()
42 assert(instance < ARRAY_SIZE(s_AFEBases)); in AFE_GetInstance()