Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpcmp/
Dfsl_lpcmp.c41 static LPCMP_Type *const s_lpcmpBases[] = LPCMP_BASE_PTRS; variable
68 for (instance = 0; instance < ARRAY_SIZE(s_lpcmpBases); instance++) in LPCMP_GetInstance()
75 if (s_lpcmpBases[instance] == base) in LPCMP_GetInstance()
81 assert(instance < ARRAY_SIZE(s_lpcmpBases)); in LPCMP_GetInstance()