Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/
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()