Searched refs:usart_handle_t (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/ |
| D | fsl_usart.h | 234 typedef struct _usart_handle usart_handle_t; typedef 237 typedef void (*usart_transfer_callback_t)(USART_Type *base, usart_handle_t *handle, status_t status… 658 usart_handle_t *handle, 681 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… 701 usart_handle_t *handle, 713 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle); 721 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle); 732 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle); 747 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count); 776 usart_handle_t *handle, [all …]
|
| D | fsl_usart.c | 30 static usart_handle_t *s_usartHandle[FSL_FEATURE_SOC_USART_COUNT]; 36 typedef void (*usart_isr_t)(USART_Type *base, usart_handle_t *handle); 88 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength() 108 static bool USART_TransferIsRxRingBufferFull(usart_handle_t *handle) in USART_TransferIsRxRingBufferFull() 143 void USART_TransferStartRingBuffer(USART_Type *base, usart_handle_t *handle, uint8_t *ringBuffer, s… in USART_TransferStartRingBuffer() 169 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle) in USART_TransferStopRingBuffer() 573 usart_handle_t *handle, in USART_TransferCreateHandle() 620 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… in USART_TransferSendNonBlocking() 655 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortSend() 679 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count) in USART_TransferGetSendCount() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart.h | 248 typedef struct _usart_handle usart_handle_t; typedef 251 typedef void (*usart_transfer_callback_t)(USART_Type *base, usart_handle_t *handle, status_t status… 279 typedef void (*flexcomm_usart_irq_handler_t)(USART_Type *base, usart_handle_t *handle); 811 usart_handle_t *handle, 830 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… 850 usart_handle_t *handle, 862 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle); 870 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle); 881 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle); 895 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count); [all …]
|
| D | fsl_usart.c | 77 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength() 97 static bool USART_TransferIsRxRingBufferFull(usart_handle_t *handle) in USART_TransferIsRxRingBufferFull() 132 void USART_TransferStartRingBuffer(USART_Type *base, usart_handle_t *handle, uint8_t *ringBuffer, s… in USART_TransferStartRingBuffer() 156 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle) in USART_TransferStopRingBuffer() 769 usart_handle_t *handle, in USART_TransferCreateHandle() 820 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… in USART_TransferSendNonBlocking() 868 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortSend() 893 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count) in USART_TransferGetSendCount() 936 usart_handle_t *handle, in USART_TransferReceiveNonBlocking() 1071 void USART_TransferAbortReceive(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortReceive() [all …]
|
| D | fsl_usart_freertos.c | 35 static void USART_RTOS_Callback(USART_Type *base, usart_handle_t *state, status_t status, void *par… in USART_RTOS_Callback() 80 int USART_RTOS_Init(usart_rtos_handle_t *handle, usart_handle_t *t_handle, const struct rtos_usart_… in USART_RTOS_Init()
|
| D | fsl_usart_freertos.h | 82 int USART_RTOS_Init(usart_rtos_handle_t *handle, usart_handle_t *t_handle, const struct rtos_usart_…
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
| D | fsl_usart_cmsis.c | 55 usart_handle_t *handle; /*!< Interupt transfer handle. */ 524 static void KSDK_USART_NonBlockingCallback(USART_Type *base, usart_handle_t *handle, status_t statu… in KSDK_USART_NonBlockingCallback() 891 static usart_handle_t USART0_Handle; 1099 static usart_handle_t USART1_Handle; 1309 static usart_handle_t USART2_Handle; 1518 static usart_handle_t USART3_Handle; 1726 static usart_handle_t USART4_Handle; 1934 static usart_handle_t USART5_Handle; 2142 static usart_handle_t USART6_Handle; 2350 static usart_handle_t USART7_Handle; [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
| D | fsl_adapter_miniusart.c | 48 usart_handle_t hardwareHandle; 132 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback()
|
| D | fsl_adapter_usart.c | 97 usart_handle_t hardwareHandle; 186 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback()
|