Lines Matching refs:hdmaout
2117 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()
3778 (void) HAL_MDMA_Abort_IT(hjpeg->hdmaout); in JPEG_DMA_ContinueProcess()
3798 …hjpeg->JpegOutCount = hjpeg->OutDataLength - (hjpeg->hdmaout->Instance->CBNDTR & MDMA_CBNDTR_BNDT); in JPEG_DMA_EndProcess()
4077 …if (HAL_MDMA_Start_IT(hjpeg->hdmaout, (uint32_t)&hjpeg->Instance->DOR, (uint32_t)hjpeg->pJpegOutBu… in JPEG_MDMAOutCpltCallback()