Lines Matching defs:handle
186 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback()
209 static void HAL_UartInterruptHandle(USART_Type *base, void *handle) in HAL_UartInterruptHandle()
267 static void HAL_UartInterruptHandle_Wapper(void *base, void *handle) in HAL_UartInterruptHandle_Wapper()
275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon()
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
368 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
381 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
403 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
431 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
451 hal_uart_status_t HAL_UartTransferInstallCallback(hal_uart_handle_t handle, in HAL_UartTransferInstallCallback()
468 hal_uart_status_t HAL_UartTransferReceiveNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t … in HAL_UartTransferReceiveNonBlocking()
484 hal_uart_status_t HAL_UartTransferSendNonBlocking(hal_uart_handle_t handle, hal_uart_transfer_t *tr… in HAL_UartTransferSendNonBlocking()
500 hal_uart_status_t HAL_UartTransferGetReceiveCount(hal_uart_handle_t handle, uint32_t *count) in HAL_UartTransferGetReceiveCount()
516 hal_uart_status_t HAL_UartTransferGetSendCount(hal_uart_handle_t handle, uint32_t *count) in HAL_UartTransferGetSendCount()
531 hal_uart_status_t HAL_UartTransferAbortReceive(hal_uart_handle_t handle) in HAL_UartTransferAbortReceive()
544 hal_uart_status_t HAL_UartTransferAbortSend(hal_uart_handle_t handle) in HAL_UartTransferAbortSend()
560 hal_uart_status_t HAL_UartInstallCallback(hal_uart_handle_t handle, in HAL_UartInstallCallback()
577 hal_uart_status_t HAL_UartReceiveNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveNonBlocking()
599 hal_uart_status_t HAL_UartSendNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartSendNonBlocking()
620 hal_uart_status_t HAL_UartGetReceiveCount(hal_uart_handle_t handle, uint32_t *reCount) in HAL_UartGetReceiveCount()
637 hal_uart_status_t HAL_UartGetSendCount(hal_uart_handle_t handle, uint32_t *seCount) in HAL_UartGetSendCount()
654 hal_uart_status_t HAL_UartAbortReceive(hal_uart_handle_t handle) in HAL_UartAbortReceive()
672 hal_uart_status_t HAL_UartAbortSend(hal_uart_handle_t handle) in HAL_UartAbortSend()
693 void HAL_UartIsrFunction(hal_uart_handle_t handle) in HAL_UartIsrFunction()
713 void HAL_UartIsrFunction(hal_uart_handle_t handle) in HAL_UartIsrFunction()
736 static void USART_DMACallbacks(USART_Type *base, usart_dma_handle_t *handle, status_t status, void … in USART_DMACallbacks()
812 hal_uart_dma_status_t HAL_UartDMAInit(hal_uart_handle_t handle, in HAL_UartDMAInit()
865 hal_uart_dma_status_t HAL_UartDMADeinit(hal_uart_handle_t handle) in HAL_UartDMADeinit()
944 hal_uart_dma_status_t HAL_UartDMATransferInstallCallback(hal_uart_handle_t handle, in HAL_UartDMATransferInstallCallback()
968 hal_uart_dma_status_t HAL_UartDMATransferReceive(hal_uart_handle_t handle, in HAL_UartDMATransferReceive()
1006 hal_uart_dma_status_t HAL_UartDMATransferSend(hal_uart_handle_t handle, uint8_t *data, size_t lengt… in HAL_UartDMATransferSend()
1041 hal_uart_dma_status_t HAL_UartDMAGetReceiveCount(hal_uart_handle_t handle, uint32_t *reCount) in HAL_UartDMAGetReceiveCount()
1062 hal_uart_dma_status_t HAL_UartDMAGetSendCount(hal_uart_handle_t handle, uint32_t *seCount) in HAL_UartDMAGetSendCount()
1068 hal_uart_dma_status_t HAL_UartDMAAbortReceive(hal_uart_handle_t handle) in HAL_UartDMAAbortReceive()
1085 hal_uart_dma_status_t HAL_UartDMAAbortSend(hal_uart_handle_t handle) in HAL_UartDMAAbortSend()