Searched refs:HAL_UartCallback (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/ |
D | fsl_adapter_iuart.c | 132 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()
|
D | fsl_adapter_miniusart.c | 132 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()
|
D | fsl_adapter_uart.c | 132 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()
|
D | fsl_adapter_usart.c | 186 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()
|
D | fsl_adapter_lpuart.c | 393 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()
|