Home
last modified time | relevance | path

Searched refs:hdmaDrRx (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spdifrx.c1062 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()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spdifrx.c1062 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()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_spdifrx.c1050 hspdif->hdmaDrRx->XferHalfCpltCallback = SPDIFRX_DMARxHalfCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1053 hspdif->hdmaDrRx->XferCpltCallback = SPDIFRX_DMARxCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1056 hspdif->hdmaDrRx->XferErrorCallback = SPDIFRX_DMAError; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1059 …if (HAL_DMA_Start_IT(hspdif->hdmaDrRx, (uint32_t)&hspdif->Instance->DR, (uint32_t)hspdif->pRxBuffP… in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1240 if (hspdif->hdmaDrRx != NULL) in HAL_SPDIFRX_DMAStop()
1242 __HAL_DMA_DISABLE(hspdif->hdmaDrRx); in HAL_SPDIFRX_DMAStop()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_spdifrx.c1050 hspdif->hdmaDrRx->XferHalfCpltCallback = SPDIFRX_DMARxHalfCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1053 hspdif->hdmaDrRx->XferCpltCallback = SPDIFRX_DMARxCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1056 hspdif->hdmaDrRx->XferErrorCallback = SPDIFRX_DMAError; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1059 …if (HAL_DMA_Start_IT(hspdif->hdmaDrRx, (uint32_t)&hspdif->Instance->DR, (uint32_t)hspdif->pRxBuffP… in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1240 if (hspdif->hdmaDrRx != NULL) in HAL_SPDIFRX_DMAStop()
1242 __HAL_DMA_DISABLE(hspdif->hdmaDrRx); in HAL_SPDIFRX_DMAStop()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spdifrx.c1062 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 (HAL_DMA_Start_IT(hspdif->hdmaDrRx, (uint32_t)&hspdif->Instance->DR, (uint32_t)hspdif->pRxBuffP… in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1252 if (hspdif->hdmaDrRx != NULL) in HAL_SPDIFRX_DMAStop()
1254 __HAL_DMA_DISABLE(hspdif->hdmaDrRx); in HAL_SPDIFRX_DMAStop()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spdifrx.c723 hspdif->hdmaDrRx->XferHalfCpltCallback = SPDIFRX_DMARxHalfCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
726 hspdif->hdmaDrRx->XferCpltCallback = SPDIFRX_DMARxCplt; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
729 hspdif->hdmaDrRx->XferErrorCallback = SPDIFRX_DMAError; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
732 …HAL_DMA_Start_IT(hspdif->hdmaDrRx, (uint32_t)&hspdif->Instance->DR, (uint32_t)hspdif->pRxBuffPtr, … in HAL_SPDIFRX_ReceiveDataFlow_DMA()
853 __HAL_DMA_DISABLE(hspdif->hdmaDrRx); in HAL_SPDIFRX_DMAStop()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_spdifrx.h153 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_spdifrx.h169 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_spdifrx.h169 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_spdifrx.h164 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_spdifrx.h169 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_spdifrx.h164 DMA_HandleTypeDef *hdmaDrRx; /* SPDIFRX Rx DMA handle parameters */ member