Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.c64 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length);
232 static void LPUART_WriteNonBlocking(LPUART_Type *base, const uint8_t *data, size_t length) in LPUART_WriteNonBlocking() function
1836 LPUART_WriteNonBlocking(base, handle->txData, tempCount); in LPUART_TransferHandleSendDataEmpty()