Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c132 static void HAL_UartCallback(UART_Type *base, uart_handle_t *handle, status_t status, void *callbac… in HAL_UartCallback() function
271 (uart_transfer_callback_t)HAL_UartCallback, handle); in HAL_UartInit()
Dfsl_adapter_miniusart.c132 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback() function
268 (usart_transfer_callback_t)HAL_UartCallback, handle); in HAL_UartInit()
Dfsl_adapter_uart.c132 static void HAL_UartCallback(UART_Type *base, uart_handle_t *handle, status_t status, void *callbac… in HAL_UartCallback() function
281 (uart_transfer_callback_t)HAL_UartCallback, handle); in HAL_UartInit()
Dfsl_adapter_usart.c186 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback() function
355 (usart_transfer_callback_t)HAL_UartCallback, handle); in HAL_UartInit()
Dfsl_adapter_lpuart.c393 static void HAL_UartCallback(LPUART_Type *base, lpuart_handle_t *handle, status_t status, void *cal… in HAL_UartCallback() function
717 (lpuart_transfer_callback_t)HAL_UartCallback, handle); in HAL_UartInit()