Home
last modified time | relevance | path

Searched refs:hdmaout (Results 1 – 25 of 38) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c2142 …if (HAL_DMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBuf… in HAL_JPEG_Resume()
2225 if (HAL_DMA_Abort(hjpeg->hdmaout) != HAL_OK) in HAL_JPEG_Abort()
2227 if (hjpeg->hdmaout->ErrorCode == HAL_DMA_ERROR_TIMEOUT) in HAL_JPEG_Abort()
3715 hjpeg->hdmaout->XferCpltCallback = JPEG_DMAOutCpltCallback; in JPEG_DMA_StartProcess()
3717 hjpeg->hdmaout->XferErrorCallback = JPEG_DMAErrorCallback; in JPEG_DMA_StartProcess()
3719 hjpeg->hdmaout->XferAbortCallback = JPEG_DMAOutAbortCallback; in JPEG_DMA_StartProcess()
3770 if ((hjpeg->hdmaout->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) in JPEG_DMA_StartProcess()
3772 if (hjpeg->hdmaout->LinkedListQueue != NULL) in JPEG_DMA_StartProcess()
3775 …hjpeg->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = hjpeg->OutDataLen… in JPEG_DMA_StartProcess()
3778 …hjpeg->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = (uint32_t)&hjpeg-… in JPEG_DMA_StartProcess()
[all …]
Dstm32u5xx_hal_cryp.c3216 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
3219 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
3267 if ((hcryp->hdmaout->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) in CRYP_SetDMAConfig()
3269 … if ((hcryp->hdmaout->LinkedListQueue != NULL) && (hcryp->hdmaout->LinkedListQueue->Head != NULL)) in CRYP_SetDMAConfig()
3272 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3274 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3276 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3279 status = HAL_DMAEx_List_Start_IT(hcryp->hdmaout); in CRYP_SetDMAConfig()
3289 status = HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, Size); in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c2117 xfrSize = hjpeg->hdmaout->Init.BufferTransferLength; in HAL_JPEG_Resume()
2129 …if (HAL_MDMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBu… in HAL_JPEG_Resume()
2211 if (HAL_MDMA_Abort(hjpeg->hdmaout) != HAL_OK) in HAL_JPEG_Abort()
2213 if (hjpeg->hdmaout->ErrorCode == HAL_MDMA_ERROR_TIMEOUT) in HAL_JPEG_Abort()
3672 outXfrSize = hjpeg->hdmaout->Init.BufferTransferLength; in JPEG_DMA_StartProcess()
3684 hjpeg->hdmaout->XferCpltCallback = JPEG_MDMAOutCpltCallback; in JPEG_DMA_StartProcess()
3686 hjpeg->hdmaout->XferErrorCallback = JPEG_MDMAErrorCallback; in JPEG_DMA_StartProcess()
3688 hjpeg->hdmaout->XferAbortCallback = JPEG_MDMAOutAbortCallback; in JPEG_DMA_StartProcess()
3703 …if (HAL_MDMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBu… in JPEG_DMA_StartProcess()
3775 if (hjpeg->hdmaout->State == HAL_MDMA_STATE_BUSY) in JPEG_DMA_ContinueProcess()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c2121 …if (HAL_DMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBuf… in HAL_JPEG_Resume()
2204 if (HAL_DMA_Abort(hjpeg->hdmaout) != HAL_OK) in HAL_JPEG_Abort()
2206 if (hjpeg->hdmaout->ErrorCode == HAL_DMA_ERROR_TIMEOUT) in HAL_JPEG_Abort()
3671 hjpeg->hdmaout->XferCpltCallback = JPEG_DMAOutCpltCallback; in JPEG_DMA_StartProcess()
3673 hjpeg->hdmaout->XferErrorCallback = JPEG_DMAErrorCallback; in JPEG_DMA_StartProcess()
3675 hjpeg->hdmaout->XferAbortCallback = JPEG_DMAOutAbortCallback; in JPEG_DMA_StartProcess()
3692 …if (HAL_DMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBuf… in JPEG_DMA_StartProcess()
3762 if (hjpeg->hdmaout->State == HAL_DMA_STATE_BUSY) in JPEG_DMA_ContinueProcess()
3765 (void) HAL_DMA_Abort_IT(hjpeg->hdmaout); in JPEG_DMA_ContinueProcess()
3785 hjpeg->JpegOutCount = hjpeg->OutDataLength - ((hjpeg->hdmaout->Instance->NDTR & DMA_SxNDT) << 2); in JPEG_DMA_EndProcess()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cryp_ex.c2727 hcryp->hdmaout->XferCpltCallback = CRYP_Authentication_DMAOutCplt; in CRYP_Authentication_SetDMAConfig()
2729 hcryp->hdmaout->XferErrorCallback = CRYP_Authentication_DMAError; in CRYP_Authentication_SetDMAConfig()
2752 …if (HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, ((uint32_t)Siz… in CRYP_Authentication_SetDMAConfig()
2914 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
2916 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
2929 …if (HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, ((uint32_t)Siz… in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c3249 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
3252 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
3300 if ((hcryp->hdmaout->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) in CRYP_SetDMAConfig()
3302 … if ((hcryp->hdmaout->LinkedListQueue != NULL) && (hcryp->hdmaout->LinkedListQueue->Head != NULL)) in CRYP_SetDMAConfig()
3305 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3307 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3309 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3312 status = HAL_DMAEx_List_Start_IT(hcryp->hdmaout); in CRYP_SetDMAConfig()
3322 status = HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, Size); in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c3421 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
3424 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
3472 if ((hcryp->hdmaout->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) in CRYP_SetDMAConfig()
3474 … if ((hcryp->hdmaout->LinkedListQueue != NULL) && (hcryp->hdmaout->LinkedListQueue->Head != NULL)) in CRYP_SetDMAConfig()
3477 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3479 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3481 hcryp->hdmaout->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = \ in CRYP_SetDMAConfig()
3484 status = HAL_DMAEx_List_Start_IT(hcryp->hdmaout); in CRYP_SetDMAConfig()
3494 status = HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, Size); in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_cryp.c2157 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
2159 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
2165 HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, Size/4); in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cryp.c2128 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
2130 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
2136 HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUTR, outputaddr, Size/4); in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_cryp.c2125 hcryp->hdmaout->XferCpltCallback = CRYP_DMAOutCplt; in CRYP_SetDMAConfig()
2128 hcryp->hdmaout->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig()
2150 if (HAL_DMA_Start_IT(hcryp->hdmaout, (uint32_t)&hcryp->Instance->DOUT, outputaddr, Size)!=HAL_OK) in CRYP_SetDMAConfig()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_cryp.h103 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cryp.h117 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
Dstm32h7xx_hal_jpeg.h116 MDMA_HandleTypeDef *hdmaout; /*!< JPEG Out MDMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_cryp.h106 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_cryp.h106 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_cryp.h116 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_cryp.h134 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_cryp.h134 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_cryp.h134 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cryp.h134 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_cryp.h134 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h116 DMA_HandleTypeDef *hdmaout; /*!< JPEG Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_cryp.h120 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_cryp.h120 DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ member
Dstm32f7xx_hal_jpeg.h116 DMA_HandleTypeDef *hdmaout; /*!< JPEG Out DMA handle parameters */ member

12