Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h789 hal_uart_dma_status_t HAL_UartDMAAbortSend(hal_uart_handle_t handle);
Dfsl_adapter_usart.c1085 hal_uart_dma_status_t HAL_UartDMAAbortSend(hal_uart_handle_t handle) in HAL_UartDMAAbortSend() function
Dfsl_adapter_lpuart.c2488 hal_uart_dma_status_t HAL_UartDMAAbortSend(hal_uart_handle_t handle) in HAL_UartDMAAbortSend() function
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c621 (void)HAL_UartDMAAbortSend(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartDmaCancelWrite()