Lines Matching refs:hdmaDrRx
1062 hspdif->hdmaDrRx->XferHalfCpltCallback = SPDIFRX_DMARxHalfCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1065 hspdif->hdmaDrRx->XferCpltCallback = SPDIFRX_DMARxCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1068 hspdif->hdmaDrRx->XferErrorCallback = SPDIFRX_DMAError; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1071 if ((hspdif->hdmaDrRx->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1073 if (hspdif->hdmaDrRx->LinkedListQueue != NULL) in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1075 …hspdif->hdmaDrRx->LinkedListQueue->Head->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = (uint32_t) Size… in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1076 hspdif->hdmaDrRx->LinkedListQueue->Head->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1078 hspdif->hdmaDrRx->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1081 if (HAL_DMAEx_List_Start_IT(hspdif->hdmaDrRx) != HAL_OK) in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1111 …if (HAL_DMA_Start_IT(hspdif->hdmaDrRx, (uint32_t)&hspdif->Instance->DR, (uint32_t)hspdif->pRxBuffP… in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1334 if (hspdif->hdmaDrRx != NULL) in HAL_SPDIFRX_DMAStop()
1336 __HAL_DMA_DISABLE(hspdif->hdmaDrRx); in HAL_SPDIFRX_DMAStop()