Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h507 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle,
Dfsl_adapter_iuart.c474 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback() function
Dfsl_adapter_miniusart.c472 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback() function
Dfsl_adapter_uart.c484 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback() function
Dfsl_adapter_usart.c560 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback() function
Dfsl_adapter_lpuart.c984 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback() function
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c205 …(void)HAL_UartInstallCallback(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), Serial… in Serial_UartInit()