Home
last modified time | relevance | path

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

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