Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/anactrl/
Dfsl_anactrl.c29 static ANACTRL_Type *const s_anactrlBases[] = ANACTRL_BASE_PTRS; variable
49 for (instance = 0; instance < ARRAY_SIZE(s_anactrlBases); instance++) in ANACTRL_GetInstance()
51 if (s_anactrlBases[instance] == base) in ANACTRL_GetInstance()
57 assert(instance < ARRAY_SIZE(s_anactrlBases)); in ANACTRL_GetInstance()