Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h604 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle);
Dfsl_adapter_iuart.c590 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend() function
Dfsl_adapter_miniusart.c585 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend() function
Dfsl_adapter_uart.c597 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend() function
Dfsl_adapter_usart.c672 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend() function
Dfsl_adapter_lpuart.c1097 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c335 (void)HAL_UartAbortSend(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartCancelWrite()