Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart.h221 typedef struct _lpuart_handle lpuart_handle_t; typedef
224 typedef void (*lpuart_transfer_callback_t)(LPUART_Type *base, lpuart_handle_t *handle, status_t sta…
676 lpuart_handle_t *handle,
698 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer…
718 lpuart_handle_t *handle,
730 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle);
741 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle);
756 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count);
785 lpuart_handle_t *handle,
798 void LPUART_TransferAbortReceive(LPUART_Type *base, lpuart_handle_t *handle);
[all …]
Dfsl_lpuart.c24 typedef void (*lpuart_isr_t)(LPUART_Type *base, lpuart_handle_t *handle);
43 static size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle);
52 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle);
86 static lpuart_handle_t *s_lpuartHandle[FSL_FEATURE_SOC_LPUART_COUNT];
131 static size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferGetRxRingBufferLength()
149 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferIsRxRingBufferFull()
743 lpuart_handle_t *handle, in LPUART_TransferCreateHandle()
758 memset(handle, 0, sizeof(lpuart_handle_t)); in LPUART_TransferCreateHandle()
791 lpuart_handle_t *handle, in LPUART_TransferStartRingBuffer()
808 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferStopRingBuffer()
[all …]