Home
last modified time | relevance | path

Searched refs:flexio_uart_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.h114 typedef struct _flexio_uart_handle flexio_uart_handle_t; typedef
118 flexio_uart_handle_t *handle,
430 flexio_uart_handle_t *handle,
452 flexio_uart_handle_t *handle,
464 void FLEXIO_UART_TransferStopRingBuffer(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle);
484 flexio_uart_handle_t *handle,
496 void FLEXIO_UART_TransferAbortSend(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle);
509 status_t FLEXIO_UART_TransferGetSendCount(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle, siz…
537 flexio_uart_handle_t *handle,
549 void FLEXIO_UART_TransferAbortReceive(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle);
[all …]
Dfsl_flexio_uart.c39 static size_t FLEXIO_UART_TransferGetRxRingBufferLength(flexio_uart_handle_t *handle);
48 static bool FLEXIO_UART_TransferIsRxRingBufferFull(flexio_uart_handle_t *handle);
59 static size_t FLEXIO_UART_TransferGetRxRingBufferLength(flexio_uart_handle_t *handle) in FLEXIO_UART_TransferGetRxRingBufferLength()
77 static bool FLEXIO_UART_TransferIsRxRingBufferFull(flexio_uart_handle_t *handle) in FLEXIO_UART_TransferIsRxRingBufferFull()
502 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferCreateHandle()
548 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferStartRingBuffer()
575 void FLEXIO_UART_TransferStopRingBuffer(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle) in FLEXIO_UART_TransferStopRingBuffer()
608 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferSendNonBlocking()
649 void FLEXIO_UART_TransferAbortSend(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle) in FLEXIO_UART_TransferAbortSend()
669 status_t FLEXIO_UART_TransferGetSendCount(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle, siz… in FLEXIO_UART_TransferGetSendCount()
[all …]