Home
last modified time | relevance | path

Searched refs:HAL_UartReceiveBlocking (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h342 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length);
Dfsl_adapter_iuart.c305 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() function
Dfsl_adapter_miniusart.c302 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() function
Dfsl_adapter_uart.c315 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() function
Dfsl_adapter_usart.c381 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() function
Dfsl_adapter_lpuart.c774 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c309 return (serial_manager_status_t)HAL_UartReceiveBlocking( in Serial_UartRead()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c105 s_debugConsole.getChar = HAL_UartReceiveBlocking; in DbgConsole_Init()