Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpcmp.c28 static LPCMP_Type *const s_lpcmpBases[] = LPCMP_BASE_PTRS; variable
42 for (instance = 0; instance < ARRAY_SIZE(s_lpcmpBases); instance++) in LPCMP_GetInstance()
44 if (s_lpcmpBases[instance] == base) in LPCMP_GetInstance()
50 assert(instance < ARRAY_SIZE(s_lpcmpBases)); in LPCMP_GetInstance()