Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h849 status_t LPUART_WriteBlocking(LPUART_Type *base, const uint8_t *data, size_t length);
Dfsl_lpuart.c1000 status_t LPUART_WriteBlocking(LPUART_Type *base, const uint8_t *data, size_t length) in LPUART_WriteBlocking() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c799 (void)LPUART_WriteBlocking(s_LpuartAdapterBase[uartHandle->instance], data, length); in HAL_UartSendBlocking()