Searched refs:flexio_uart_handle_t (Results 1 – 2 of 2) sorted by relevance
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_flexio_uart.h | 97 typedef struct _flexio_uart_handle flexio_uart_handle_t; typedef 101 flexio_uart_handle_t *handle, 413 flexio_uart_handle_t *handle, 435 flexio_uart_handle_t *handle, 447 void FLEXIO_UART_TransferStopRingBuffer(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle); 467 flexio_uart_handle_t *handle, 479 void FLEXIO_UART_TransferAbortSend(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle); 492 status_t FLEXIO_UART_TransferGetSendCount(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle, siz… 520 flexio_uart_handle_t *handle, 532 void FLEXIO_UART_TransferAbortReceive(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle); [all …]
|
| A D | fsl_flexio_uart.c | 42 static size_t FLEXIO_UART_TransferGetRxRingBufferLength(flexio_uart_handle_t *handle); 51 static bool FLEXIO_UART_TransferIsRxRingBufferFull(flexio_uart_handle_t *handle); 62 static size_t FLEXIO_UART_TransferGetRxRingBufferLength(flexio_uart_handle_t *handle) in FLEXIO_UART_TransferGetRxRingBufferLength() 78 static bool FLEXIO_UART_TransferIsRxRingBufferFull(flexio_uart_handle_t *handle) in FLEXIO_UART_TransferIsRxRingBufferFull() 322 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferCreateHandle() 349 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferStartRingBuffer() 384 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferSendNonBlocking() 416 void FLEXIO_UART_TransferAbortSend(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle) in FLEXIO_UART_TransferAbortSend() 441 flexio_uart_handle_t *handle, in FLEXIO_UART_TransferReceiveNonBlocking() 548 void FLEXIO_UART_TransferAbortReceive(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle) in FLEXIO_UART_TransferAbortReceive() [all …]
|
Completed in 7 milliseconds