Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/
Dfsl_lpsci.h173 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);
[all …]
Dfsl_lpsci.c49 typedef void (*lpsci_isr_t)(UART0_Type *base, lpsci_handle_t *handle);
69 static size_t LPSCI_TransferGetRxRingBufferLength(lpsci_handle_t *handle);
78 static bool LPSCI_TransferIsRxRingBufferFull(lpsci_handle_t *handle);
112 static lpsci_handle_t *s_lpsciHandle[FSL_FEATURE_SOC_LPSCI_COUNT];
149 static size_t LPSCI_TransferGetRxRingBufferLength(lpsci_handle_t *handle) in LPSCI_TransferGetRxRingBufferLength()
167 static bool LPSCI_TransferIsRxRingBufferFull(lpsci_handle_t *handle) in LPSCI_TransferIsRxRingBufferFull()
577 lpsci_handle_t *handle, in LPSCI_TransferCreateHandle()
586 memset(handle, 0, sizeof(lpsci_handle_t)); in LPSCI_TransferCreateHandle()
608 void LPSCI_TransferStartRingBuffer(UART0_Type *base, lpsci_handle_t *handle, uint8_t *ringBuffer, s… in LPSCI_TransferStartRingBuffer()
629 void LPSCI_TransferStopRingBuffer(UART0_Type *base, lpsci_handle_t *handle) in LPSCI_TransferStopRingBuffer()
[all …]