Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/cmp/
Dfsl_cmp.c30 static CMP_Type *const s_cmpBases[] = CMP_BASE_PTRS; variable
44 for (instance = 0; instance < ARRAY_SIZE(s_cmpBases); instance++) in CMP_GetInstance()
46 if (s_cmpBases[instance] == base) in CMP_GetInstance()
52 assert(instance < ARRAY_SIZE(s_cmpBases)); in CMP_GetInstance()