Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpsci.c61 uint32_t LPSCI_GetInstance(UART0_Type *base);
131 uint32_t LPSCI_GetInstance(UART0_Type *base) in LPSCI_GetInstance() function
271 CLOCK_EnableClock(s_lpsciClock[LPSCI_GetInstance(base)]); in LPSCI_Init()
335 CLOCK_DisableClock(s_lpsciClock[LPSCI_GetInstance(base)]); in LPSCI_Deinit()
597 instance = LPSCI_GetInstance(base); in LPSCI_TransferCreateHandle()
Dfsl_lpsci_dma.c93 extern uint32_t LPSCI_GetInstance(UART0_Type *base);
151 uint32_t instance = LPSCI_GetInstance(base); in LPSCI_TransferCreateHandleDMA()