Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/hsadc/
Dfsl_hsadc.c60 static HSADC_Type *const s_hsadcBases[] = HSADC_BASE_PTRS; variable
75 for (instance = 0; instance < ARRAY_SIZE(s_hsadcBases); instance++) in HSADC_GetInstance()
77 if (s_hsadcBases[instance] == base) in HSADC_GetInstance()
83 assert(instance < ARRAY_SIZE(s_hsadcBases)); in HSADC_GetInstance()