Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h133 typedef void *hal_uart_handle_t; typedef
239 typedef void (*hal_uart_transfer_callback_t)(hal_uart_handle_t handle, hal_uart_status_t status, vo…
306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
316 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle);
342 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length);
359 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length…
386 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle,
409 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t …
428 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr…
440 hal_uart_status_t HAL_UartTransferGetReceiveCount(hal_uart_handle_t handle, uint32_t *count);
[all …]
Dfsl_adapter_iuart.c218 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
284 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
305 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
327 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
348 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
355 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
366 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
383 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
399 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr… in HAL_UartTransferSendNonBlocking()
415 hal_uart_status_t HAL_UartTransferGetReceiveCount(hal_uart_handle_t handle, uint32_t *count) in HAL_UartTransferGetReceiveCount()
[all …]
Dfsl_adapter_miniusart.c215 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
281 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
302 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
324 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
345 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
352 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
363 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
380 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
396 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr… in HAL_UartTransferSendNonBlocking()
412 hal_uart_status_t HAL_UartTransferGetReceiveCount(hal_uart_handle_t handle, uint32_t *count) in HAL_UartTransferGetReceiveCount()
[all …]
Dfsl_adapter_uart.c220 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
294 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
315 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
337 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
358 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
365 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
376 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
393 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
409 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr… in HAL_UartTransferSendNonBlocking()
425 hal_uart_status_t HAL_UartTransferGetReceiveCount(hal_uart_handle_t handle, uint32_t *count) in HAL_UartTransferGetReceiveCount()
[all …]
Dfsl_adapter_usart.c275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon()
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
368 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
381 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
403 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
431 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
451 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
468 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
484 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr… in HAL_UartTransferSendNonBlocking()
[all …]
Dfsl_adapter_lpuart.c216 static void LPUART_StartRingBufferEDMA(hal_uart_handle_t handle);
642 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *uart… in HAL_UartInitCommon()
694 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
753 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
774 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
789 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
804 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
811 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
875 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
892 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c115 …HAL_UartTransferReceiveNonBlocking(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), &… in Serial_UartEnableReceiving()
118 HAL_UartReceiveNonBlocking(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), in Serial_UartEnableReceiving()
130 static void Serial_UartCallback(hal_uart_handle_t handle, hal_uart_status_t status, void *userData) in Serial_UartCallback()
141 … (void)HAL_UartTransferAbortReceive(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartCallback()
143 (void)HAL_UartAbortReceive(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartCallback()
192 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartInit()
200 …(void)HAL_UartTransferInstallCallback(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), in Serial_UartInit()
203 …(void)HAL_UartInstallCallback(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), Serial… in Serial_UartInit()
221 … (void)HAL_UartTransferAbortReceive(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartDeinit()
223 (void)HAL_UartAbortReceive(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartDeinit()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c41 hal_uart_status_t (*putChar)(hal_uart_handle_t handle,
44 hal_uart_status_t (*getChar)(hal_uart_handle_t handle,
102 (void)HAL_UartInit((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], &usrtConfig); in DbgConsole_Init()
118 (void)HAL_UartDeinit((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]); in DbgConsole_Deinit()
130 status = HAL_UartEnterLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]); in DbgConsole_EnterLowpower()
141 status = HAL_UartExitLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]); in DbgConsole_ExitLowpower()
186 …(void)s_debugConsole.putChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&… in DbgConsole_Putchar()
260 …s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&ch), 1… in DbgConsole_Getchar()
1191 …(void)s_debugConsole.putChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], buffer, size); in __write()
1215 …(void)s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], buffer, size); in __read()
[all …]