Home
last modified time | relevance | path

Searched refs:Cycle_Channel (Results 1 – 2 of 2) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c16 static DMA_LLI_InitTypeDef Cycle_Channel[DMA_CHANNEL_NUM]; variable
247 hdma->Instance->LLI = (uint32_t)&Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start()
253 Cycle_Channel[lu32_Channel_Index].SrcAddr = fu32_SrcAddr; in HAL_DMA_CycleMode_Start()
254 Cycle_Channel[lu32_Channel_Index].DstAddr = fu32_DstAddr; in HAL_DMA_CycleMode_Start()
255 Cycle_Channel[lu32_Channel_Index].Next = &Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start()
256 Cycle_Channel[lu32_Channel_Index].Control = (hdma->Instance->CTRL & (~0xFFF)) | fu32_Size; in HAL_DMA_CycleMode_Start()
292 hdma->Instance->LLI = (uint32_t)&Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start_IT()
298 Cycle_Channel[lu32_Channel_Index].SrcAddr = fu32_SrcAddr; in HAL_DMA_CycleMode_Start_IT()
299 Cycle_Channel[lu32_Channel_Index].DstAddr = fu32_DstAddr; in HAL_DMA_CycleMode_Start_IT()
300 Cycle_Channel[lu32_Channel_Index].Next = &Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start_IT()
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c16 static DMA_LLI_InitTypeDef Cycle_Channel[DMA_CHANNEL_NUM]; variable
245 hdma->Instance->LLI = (uint32_t)&Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start()
251 Cycle_Channel[lu32_Channel_Index].SrcAddr = fu32_SrcAddr; in HAL_DMA_CycleMode_Start()
252 Cycle_Channel[lu32_Channel_Index].DstAddr = fu32_DstAddr; in HAL_DMA_CycleMode_Start()
253 Cycle_Channel[lu32_Channel_Index].Next = &Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start()
254 Cycle_Channel[lu32_Channel_Index].Control = (hdma->Instance->CTRL & (~0xFFF)) | fu32_Size; in HAL_DMA_CycleMode_Start()
290 hdma->Instance->LLI = (uint32_t)&Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start_IT()
296 Cycle_Channel[lu32_Channel_Index].SrcAddr = fu32_SrcAddr; in HAL_DMA_CycleMode_Start_IT()
297 Cycle_Channel[lu32_Channel_Index].DstAddr = fu32_DstAddr; in HAL_DMA_CycleMode_Start_IT()
298 Cycle_Channel[lu32_Channel_Index].Next = &Cycle_Channel[lu32_Channel_Index]; in HAL_DMA_CycleMode_Start_IT()
[all …]

Completed in 8 milliseconds