Home
last modified time | relevance | path

Searched refs:DmaBaseAddress (Results 1 – 25 of 27) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_dma.c170 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
176 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
182 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
244 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
250 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
256 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
263 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
436 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
474 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
534 while((hdma->DmaBaseAddress->ISR & temp) == 0U) in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dma.c181 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
187 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
255 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_Init()
315 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
321 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
328 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
333 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_DeInit()
575 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
633 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
650 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_dma.c179 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
185 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
190 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
289 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
295 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
300 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
307 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
533 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Abort()
587 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Abort_IT()
661 while ((hdma->DmaBaseAddress->ISR & temp) == 0U) in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_dma.c229 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_DeInit()
405 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_GL1 << hdma->ChannelIndex); in HAL_DMA_Abort()
443 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_Abort_IT()
503 while (RESET == (hdma->DmaBaseAddress->ISR & temp)) in HAL_DMA_PollForTransfer()
505 if (RESET != (hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << hdma->ChannelIndex))) in HAL_DMA_PollForTransfer()
510 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
545 hdma->DmaBaseAddress->IFCR = DMA_FLAG_TC1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
554 hdma->DmaBaseAddress->IFCR = DMA_FLAG_HT1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
571 uint32_t flag_it = hdma->DmaBaseAddress->ISR; in HAL_DMA_IRQHandler()
585 hdma->DmaBaseAddress->IFCR = DMA_FLAG_HT1 << hdma->ChannelIndex; in HAL_DMA_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_dma.c228 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_DeInit()
410 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_GL1 << hdma->ChannelIndex); in HAL_DMA_Abort()
447 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_Abort_IT()
507 while(RESET == (hdma->DmaBaseAddress->ISR & temp)) in HAL_DMA_PollForTransfer()
509 if(RESET != (hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << hdma->ChannelIndex))) in HAL_DMA_PollForTransfer()
514 hdma->DmaBaseAddress->IFCR = DMA_FLAG_GL1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
549 hdma->DmaBaseAddress->IFCR = DMA_FLAG_TC1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
558 hdma->DmaBaseAddress->IFCR = DMA_FLAG_HT1 << hdma->ChannelIndex; in HAL_DMA_PollForTransfer()
575 uint32_t flag_it = hdma->DmaBaseAddress->ISR; in HAL_DMA_IRQHandler()
589 hdma->DmaBaseAddress->IFCR = DMA_FLAG_HT1 << hdma->ChannelIndex; in HAL_DMA_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_dma.c164 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
233 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
239 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
416 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Abort()
454 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Abort_IT()
514 while(0U == (hdma->DmaBaseAddress->ISR & temp)) in HAL_DMA_PollForTransfer()
516 if((0U != (hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex& 0x1cU))))) in HAL_DMA_PollForTransfer()
521 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_PollForTransfer()
556 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_TC1 << (hdma->ChannelIndex& 0x1cU)); in HAL_DMA_PollForTransfer()
565 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_HT1 << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_dma.c172 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
240 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
246 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_DeInit()
430 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_Abort()
468 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_Abort_IT()
528 while ((hdma->DmaBaseAddress->ISR & temp) == 0U) in HAL_DMA_PollForTransfer()
530 if (((hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex & 0x3cU)))) != 0U) in HAL_DMA_PollForTransfer()
535 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_PollForTransfer()
570 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_TC1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_PollForTransfer()
579 hdma->DmaBaseAddress->IFCR = (DMA_FLAG_HT1 << (hdma->ChannelIndex & 0x3cU)); in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dma.c179 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
185 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
283 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
289 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
296 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1FU)); in HAL_DMA_DeInit()
514 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1FU)); in HAL_DMA_Abort()
573 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1FU)); in HAL_DMA_Abort_IT()
648 while (0U == (hdma->DmaBaseAddress->ISR & temp)) in HAL_DMA_PollForTransfer()
650 …if ((0U != (hdma->DmaBaseAddress->ISR & ((uint32_t)DMA_FLAG_TE1 << (hdma->ChannelIndex & 0x1FU))))) in HAL_DMA_PollForTransfer()
655 hdma->DmaBaseAddress->IFCR = ((uint32_t)DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1FU)); in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma.c178 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
184 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
283 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
289 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
296 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
518 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
572 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
645 while((hdma->DmaBaseAddress->ISR & temp) == 0U) in HAL_DMA_PollForTransfer()
647 if((hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex& 0x1CU))) != 0U) in HAL_DMA_PollForTransfer()
652 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_PollForTransfer()
[all …]
Dstm32l5xx_hal_dma_ex.c152 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMAEx_MultiBufferStart()
226 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_dma.c179 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
186 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
283 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
290 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
302 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
544 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
602 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
680 while ((hdma->DmaBaseAddress->ISR & temp) == 0U)
682 if ((hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex & 0x1CU))) != 0U)
687 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU));
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dma.c178 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
184 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
279 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
285 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
296 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
538 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
596 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
674 while ((hdma->DmaBaseAddress->ISR & temp) == 0U)
676 if ((hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex & 0x1CU))) != 0U)
681 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU));
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dma.c177 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
183 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
274 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
280 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
287 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_DeInit()
524 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort()
578 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_Abort_IT()
651 while ((hdma->DmaBaseAddress->ISR & temp) == 0U) in HAL_DMA_PollForTransfer()
653 if ((hdma->DmaBaseAddress->ISR & (DMA_FLAG_TE1 << (hdma->ChannelIndex & 0x1CU))) != 0U) in HAL_DMA_PollForTransfer()
658 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex & 0x1CU)); in HAL_DMA_PollForTransfer()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_dma.c168 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
174 hdma->DmaBaseAddress = DMA2; in HAL_DMA_Init()
179 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
251 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
257 hdma->DmaBaseAddress = DMA2; in HAL_DMA_DeInit()
262 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
266 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << (hdma->ChannelIndex)); in HAL_DMA_DeInit()
439 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << hdma->ChannelIndex); in HAL_DMA_Abort()
543 hdma->DmaBaseAddress->IFCR = (DMA_ISR_GIF1 << hdma->ChannelIndex); in HAL_DMA_PollForTransfer()
604 uint32_t flag_it = hdma->DmaBaseAddress->ISR; in HAL_DMA_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_dma.h132 …DMA_TypeDef *DmaBaseAddress; /*!< DMA C… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_dma.h131 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Chann… member
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_dma.h132 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Chann… member
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_dma.h136 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Channe… member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_dma.h134 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Channe… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dma.h135 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Channel Base Address … member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_dma.h131 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Cha… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dma.h134 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Cha… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dma.h141 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Cha… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_dma.h136 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Channe… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_dma.h136 …DMA_TypeDef *DmaBaseAddress; /*!< DMA Channel Base Address … member

12