Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_acomp/
Dfsl_acomp.c34 static ACOMP_Type *const s_acompBases[] = ACOMP_BASE_PTRS; variable
54 for (instance = 0; instance < ARRAY_SIZE(s_acompBases); instance++) in ACOMP_GetInstance()
56 if (s_acompBases[instance] == base) in ACOMP_GetInstance()
62 assert(instance < ARRAY_SIZE(s_acompBases)); in ACOMP_GetInstance()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cns_acomp/
Dfsl_acomp.c37 static ACOMP_Type *const s_acompBases[] = ACOMP_BASE_PTRS; variable
58 uint32_t acompArrayCount = (sizeof(s_acompBases) / sizeof(s_acompBases[0])); in ACOMP_GetInstance()
63 if (s_acompBases[instance] == base) in ACOMP_GetInstance()