Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h386 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle,
Dfsl_adapter_iuart.c366 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback() function
Dfsl_adapter_miniusart.c363 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback() function
Dfsl_adapter_uart.c376 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback() function
Dfsl_adapter_usart.c451 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback() function
Dfsl_adapter_lpuart.c875 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c200 …(void)HAL_UartTransferInstallCallback(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), in Serial_UartInit()