Searched refs:s_lptmrBases (Results 1 – 2 of 2) sorted by relevance
49 static LPTMR_Type *const s_lptmrBases[] = LPTMR_BASE_PTRS; variable70 for (instance = 0; instance < ARRAY_SIZE(s_lptmrBases); instance++) in LPTMR_GetInstance()72 if (s_lptmrBases[instance] == base) in LPTMR_GetInstance()78 assert(instance < ARRAY_SIZE(s_lptmrBases)); in LPTMR_GetInstance()
30 static LPTMR_Type *const s_lptmrBases[] = LPTMR_BASE_PTRS; variable53 for (instance = 0; instance < ARRAY_SIZE(s_lptmrBases); instance++) in LPTMR_GetInstance()55 if (s_lptmrBases[instance] == base) in LPTMR_GetInstance()61 assert(instance < ARRAY_SIZE(s_lptmrBases)); in LPTMR_GetInstance()
Completed in 6 milliseconds