Home
last modified time | relevance | path

Searched refs:UART_TransferGetReceiveCount (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dcontrol.c100 sts = UART_TransferGetReceiveCount(WIRELESS_UART, &wireless_uartHandle, &nbytes); in WIRELESS_UART_IRQHandler()
149 sts = UART_TransferGetReceiveCount(WIRED_UART, &wired_uartHandle, &nbytes); in WIRED_UART_IRQHandler()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.h750 status_t UART_TransferGetReceiveCount(UART_Type *base, uart_handle_t *handle, uint32_t *count);
Dfsl_uart.c1213 status_t UART_TransferGetReceiveCount(UART_Type *base, uart_handle_t *handle, uint32_t *count) in UART_TransferGetReceiveCount() function
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.h899 status_t UART_TransferGetReceiveCount(UART_Type *base, uart_handle_t *handle, uint32_t *count);
Dfsl_uart.c1357 status_t UART_TransferGetReceiveCount(UART_Type *base, uart_handle_t *handle, uint32_t *count) in UART_TransferGetReceiveCount() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c425 …status = UART_TransferGetReceiveCount(s_UartAdapterBase[uartHandle->instance], &uartHandle->hardwa… in HAL_UartTransferGetReceiveCount()
Dfsl_adapter_uart.c435 …status = UART_TransferGetReceiveCount(s_UartAdapterBase[uartHandle->instance], &uartHandle->hardwa… in HAL_UartTransferGetReceiveCount()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c715 …if (kStatus_NoTransferInProgress == UART_TransferGetReceiveCount(uart->resource->base, uart->handl… in UART_NonBlockingGetRxCount()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.c1034 …if (kStatus_NoTransferInProgress == UART_TransferGetReceiveCount(uart->resource->base, uart->handl… in UART_NonBlockingGetRxCount()