Lines Matching refs:lpsci_handle_t
173 typedef struct _lpsci_handle lpsci_handle_t; typedef
176 typedef void (*lpsci_transfer_callback_t)(UART0_Type *base, lpsci_handle_t *handle, status_t status…
580 lpsci_handle_t *handle,
602 lpsci_handle_t *handle,
614 void LPSCI_TransferStopRingBuffer(UART0_Type *base, lpsci_handle_t *handle);
634 status_t LPSCI_TransferSendNonBlocking(UART0_Type *base, lpsci_handle_t *handle, lpsci_transfer_t *…
643 void LPSCI_TransferAbortSend(UART0_Type *base, lpsci_handle_t *handle);
658 status_t LPSCI_TransferGetSendCount(UART0_Type *base, lpsci_handle_t *handle, uint32_t *count);
686 lpsci_handle_t *handle,
697 void LPSCI_TransferAbortReceive(UART0_Type *base, lpsci_handle_t *handle);
711 status_t LPSCI_TransferGetReceiveCount(UART0_Type *base, lpsci_handle_t *handle, uint32_t *count);
720 void LPSCI_TransferHandleIRQ(UART0_Type *base, lpsci_handle_t *handle);
729 void LPSCI_TransferHandleErrorIRQ(UART0_Type *base, lpsci_handle_t *handle);