Searched refs:lpuart_handle_t (Results 1 – 12 of 12) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.h | 284 typedef struct _lpuart_handle lpuart_handle_t; typedef 287 typedef void (*lpuart_transfer_callback_t)(LPUART_Type *base, lpuart_handle_t *handle, status_t sta… 558 static inline void LPUART_TransferEnable16Bit(lpuart_handle_t *handle, bool enable) in LPUART_TransferEnable16Bit() 954 lpuart_handle_t *handle, 976 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… 996 lpuart_handle_t *handle, 1008 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle); 1017 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle); 1028 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle); 1042 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count); [all …]
|
| D | fsl_lpuart.c | 52 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle); 113 static void LPUART_TransferHandleIDLEReady(LPUART_Type *base, lpuart_handle_t *handle); 122 static void LPUART_TransferHandleReceiveDataFull(LPUART_Type *base, lpuart_handle_t *handle); 131 static void LPUART_TransferHandleSendDataEmpty(LPUART_Type *base, lpuart_handle_t *handle); 140 static void LPUART_TransferHandleTransmissionComplete(LPUART_Type *base, lpuart_handle_t *handle); 227 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferGetRxRingBufferLength() 248 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferIsRxRingBufferFull() 1455 lpuart_handle_t *handle, in LPUART_TransferCreateHandle() 1470 (void)memset(handle, 0, sizeof(lpuart_handle_t)); in LPUART_TransferCreateHandle() 1521 lpuart_handle_t *handle, in LPUART_TransferStartRingBuffer() [all …]
|
| D | fsl_lpuart_freertos.c | 19 static void LPUART_RTOS_Callback(LPUART_Type *base, lpuart_handle_t *state, status_t status, void *… in LPUART_RTOS_Callback() 72 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con… in LPUART_RTOS_Init()
|
| D | fsl_lpuart_freertos.h | 116 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con…
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.h | 359 typedef struct _lpuart_handle lpuart_handle_t; typedef 362 typedef void (*lpuart_transfer_callback_t)(LPUART_Type *base, lpuart_handle_t *handle, status_t sta… 623 static inline void LPUART_TransferEnable16Bit(lpuart_handle_t *handle, bool enable) in LPUART_TransferEnable16Bit() 1014 lpuart_handle_t *handle, 1036 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… 1056 lpuart_handle_t *handle, 1068 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle); 1077 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle); 1088 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle); 1102 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count); [all …]
|
| D | fsl_lpuart.c | 47 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle); 141 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferGetRxRingBufferLength() 162 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferIsRxRingBufferFull() 1400 lpuart_handle_t *handle, in LPUART_TransferCreateHandle() 1419 (void)memset(handle, 0, sizeof(lpuart_handle_t)); in LPUART_TransferCreateHandle() 1460 lpuart_handle_t *handle, in LPUART_TransferStartRingBuffer() 1495 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferStopRingBuffer() 1533 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… in LPUART_TransferSendNonBlocking() 1583 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferAbortSend() 1608 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetSendCount() [all …]
|
| D | fsl_lpuart_freertos.c | 31 static void LPUART_RTOS_Callback(LPUART_Type *base, lpuart_handle_t *state, status_t status, void *… in LPUART_RTOS_Callback() 84 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con… in LPUART_RTOS_Init()
|
| D | fsl_lpuart_freertos.h | 116 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con…
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/ |
| D | fsl_lpuart_cmsis.c | 240 lpuart_handle_t *handle; /*!< Interupt transfer handle. */ 1130 static void KSDK_LPUART_NonBlockingCallback(LPUART_Type *base, lpuart_handle_t *handle, status_t st… in KSDK_LPUART_NonBlockingCallback() 1561 static lpuart_handle_t LPUART0_Handle; 1883 static lpuart_handle_t LPUART1_Handle; 2194 static lpuart_handle_t LPUART2_Handle; 2505 static lpuart_handle_t LPUART3_Handle; 2816 static lpuart_handle_t LPUART4_Handle; 3129 static lpuart_handle_t LPUART5_Handle; 3442 static lpuart_handle_t LPUART6_Handle; 3755 static lpuart_handle_t LPUART7_Handle; [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/ |
| D | fsl_lpuart_freertos.c | 31 static void LPUART_RTOS_Callback(LPUART_Type *base, lpuart_handle_t *state, status_t status, void *… in LPUART_RTOS_Callback() 84 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con… in LPUART_RTOS_Init()
|
| D | fsl_lpuart_freertos.h | 116 int LPUART_RTOS_Init(lpuart_rtos_handle_t *handle, lpuart_handle_t *t_handle, const lpuart_rtos_con…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
| D | fsl_adapter_lpuart.c | 150 lpuart_handle_t hardwareHandle; 393 static void HAL_UartCallback(LPUART_Type *base, lpuart_handle_t *handle, status_t status, void *cal… in HAL_UartCallback()
|