Searched refs:lpuart_handle_t (Results 1 – 10 of 10) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpuart/ |
D | fsl_lpuart.h | 282 typedef struct _lpuart_handle lpuart_handle_t; typedef 285 typedef void (*lpuart_transfer_callback_t)(LPUART_Type *base, lpuart_handle_t *handle, status_t sta… 895 lpuart_handle_t *handle, 917 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… 937 lpuart_handle_t *handle, 949 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle); 958 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle); 969 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle); 983 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count); 1012 lpuart_handle_t *handle, [all …]
|
D | fsl_lpuart.c | 52 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle); 89 static void LPUART_TransferHandleIDLEReady(LPUART_Type *base, lpuart_handle_t *handle); 98 static void LPUART_TransferHandleReceiveDataFull(LPUART_Type *base, lpuart_handle_t *handle); 107 static void LPUART_TransferHandleSendDataEmpty(LPUART_Type *base, lpuart_handle_t *handle); 116 static void LPUART_TransferHandleTransmissionComplete(LPUART_Type *base, lpuart_handle_t *handle); 203 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferGetRxRingBufferLength() 224 static bool LPUART_TransferIsRxRingBufferFull(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferIsRxRingBufferFull() 1234 lpuart_handle_t *handle, in LPUART_TransferCreateHandle() 1249 (void)memset(handle, 0, sizeof(lpuart_handle_t)); in LPUART_TransferCreateHandle() 1299 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-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
D | fsl_lpuart.h | 357 typedef struct _lpuart_handle lpuart_handle_t; typedef 360 typedef void (*lpuart_transfer_callback_t)(LPUART_Type *base, lpuart_handle_t *handle, status_t sta… 435 static inline void LPUART_TransferEnable16Bit(lpuart_handle_t *handle,bool enable) in LPUART_TransferEnable16Bit() 1001 lpuart_handle_t *handle, 1023 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… 1043 lpuart_handle_t *handle, 1055 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle); 1064 size_t LPUART_TransferGetRxRingBufferLength(LPUART_Type *base, lpuart_handle_t *handle); 1075 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle); 1089 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() 1390 lpuart_handle_t *handle, in LPUART_TransferCreateHandle() 1409 (void)memset(handle, 0, sizeof(lpuart_handle_t)); in LPUART_TransferCreateHandle() 1449 lpuart_handle_t *handle, in LPUART_TransferStartRingBuffer() 1477 void LPUART_TransferStopRingBuffer(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferStopRingBuffer() 1515 status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer… in LPUART_TransferSendNonBlocking() 1558 void LPUART_TransferAbortSend(LPUART_Type *base, lpuart_handle_t *handle) in LPUART_TransferAbortSend() 1583 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetSendCount() [all …]
|
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpuart/ |
D | fsl_lpuart_cmsis.c | 226 lpuart_handle_t *handle; /*!< Interupt transfer handle. */ 1067 static void KSDK_LPUART_NonBlockingCallback(LPUART_Type *base, lpuart_handle_t *handle, status_t st… in KSDK_LPUART_NonBlockingCallback() 1499 static lpuart_handle_t LPUART0_Handle; 1825 static lpuart_handle_t LPUART1_Handle; 2140 static lpuart_handle_t LPUART2_Handle; 2455 static lpuart_handle_t LPUART3_Handle; 2768 static lpuart_handle_t LPUART4_Handle; 3085 static lpuart_handle_t LPUART5_Handle; 3398 static lpuart_handle_t LPUART6_Handle; 3711 static lpuart_handle_t LPUART7_Handle; [all …]
|
/hal_nxp-3.7.0/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-3.7.0/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()
|