Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/vref_1/
Dfsl_vref.c33 static VREF_Type *const s_vrefBases[] = VREF_BASE_PTRS; variable
54 for (instance = 0; instance < ARRAY_SIZE(s_vrefBases); instance++) in VREF_GetInstance()
61 if (s_vrefBases[instance] == base) in VREF_GetInstance()
67 assert(instance < ARRAY_SIZE(s_vrefBases)); in VREF_GetInstance()
/hal_nxp-latest/mcux/mcux-sdk/drivers/vref/
Dfsl_vref.c34 static VREF_Type *const s_vrefBases[] = VREF_BASE_PTRS; variable
50 for (instance = 0; instance < ARRAY_SIZE(s_vrefBases); instance++) in VREF_GetInstance()
52 if (s_vrefBases[instance] == base) in VREF_GetInstance()
58 assert(instance < ARRAY_SIZE(s_vrefBases)); in VREF_GetInstance()