Home
last modified time | relevance | path

Searched refs:HAL_MDMA_Abort (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_uart.c1671 if (HAL_MDMA_Abort(huart->hmdmatx) != HAL_OK) in HAL_UART_DMAStop()
1711 if (HAL_MDMA_Abort(huart->hmdmarx) != HAL_OK) in HAL_UART_DMAStop()
1779 if (HAL_MDMA_Abort(huart->hmdmatx) != HAL_OK) in HAL_UART_Abort()
1824 if (HAL_MDMA_Abort(huart->hmdmarx) != HAL_OK) in HAL_UART_Abort()
1912 if (HAL_MDMA_Abort(huart->hmdmatx) != HAL_OK) in HAL_UART_AbortTransmit()
1990 if (HAL_MDMA_Abort(huart->hmdmarx) != HAL_OK) in HAL_UART_AbortReceive()
Dstm32mp1xx_hal_usart.c1630 status = HAL_MDMA_Abort(husart->hmdmarx); in HAL_USART_Receive_DMA()
1795 status = HAL_MDMA_Abort(husart->hmdmarx); in HAL_USART_TransmitReceive_DMA()
1949 if (HAL_MDMA_Abort(husart->hmdmatx) != HAL_OK) in HAL_USART_DMAStop()
1978 if (HAL_MDMA_Abort(husart->hmdmarx) != HAL_OK) in HAL_USART_DMAStop()
2047 if (HAL_MDMA_Abort(husart->hmdmatx) != HAL_OK) in HAL_USART_Abort()
2092 if (HAL_MDMA_Abort(husart->hmdmarx) != HAL_OK) in HAL_USART_Abort()
Dstm32mp1xx_hal_mdma.c1227 HAL_StatusTypeDef HAL_MDMA_Abort(MDMA_HandleTypeDef *hmdma) in HAL_MDMA_Abort() function
1401 (void) HAL_MDMA_Abort(hmdma); /* if error then abort the current transfer */ in HAL_MDMA_PollForTransfer()
1422 (void) HAL_MDMA_Abort(hmdma); /* if timeout then abort the current transfer */ in HAL_MDMA_PollForTransfer()
Dstm32mp1xx_hal_qspi.c2235 status = HAL_MDMA_Abort(hqspi->hmdma); in HAL_QSPI_Abort()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mdma.c1215 HAL_StatusTypeDef HAL_MDMA_Abort(MDMA_HandleTypeDef *hmdma) in HAL_MDMA_Abort() function
1389 (void) HAL_MDMA_Abort(hmdma); /* if error then abort the current transfer */ in HAL_MDMA_PollForTransfer()
1410 (void) HAL_MDMA_Abort(hmdma); /* if timeout then abort the current transfer */ in HAL_MDMA_PollForTransfer()
Dstm32h7xx_hal_jpeg.c2211 if (HAL_MDMA_Abort(hjpeg->hdmaout) != HAL_OK) in HAL_JPEG_Abort()
2218 if (HAL_MDMA_Abort(hjpeg->hdmain) != HAL_OK) in HAL_JPEG_Abort()
Dstm32h7xx_hal_qspi.c2172 status = HAL_MDMA_Abort(hqspi->hmdma); in HAL_QSPI_Abort()
Dstm32h7xx_hal_ospi.c2264 status = HAL_MDMA_Abort(hospi->hmdma); in HAL_OSPI_Abort()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mdma.h675 HAL_StatusTypeDef HAL_MDMA_Abort(MDMA_HandleTypeDef *hmdma);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h668 HAL_StatusTypeDef HAL_MDMA_Abort(MDMA_HandleTypeDef *hmdma);