Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpsci.c115 static UART0_Type *const s_lpsciBases[] = UART0_BASE_PTRS; variable
136 for (instance = 0; instance < ARRAY_SIZE(s_lpsciBases); instance++) in LPSCI_GetInstance()
138 if (s_lpsciBases[instance] == base) in LPSCI_GetInstance()
144 assert(instance < ARRAY_SIZE(s_lpsciBases)); in LPSCI_GetInstance()