Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.c63 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length);
179 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length) in LPUART_WriteNonBlocking() function
2123 LPUART_WriteNonBlocking(base, handle->txData, tempCount); in LPUART_TransferHandleIRQ()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.c68 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length);
265 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length) in LPUART_WriteNonBlocking() function
2158 LPUART_WriteNonBlocking(base, handle->txData, tempCount); in LPUART_TransferHandleSendDataEmpty()