Home
last modified time | relevance | path

Searched refs:DMA_CalcBaseAndBitshift (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_dma.c100 static void DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
179 DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
226 DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
859 static void DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_dma.c99 static void DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
178 DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
225 DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
858 static void DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c176 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
353 regs_dma = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
398 regs_bdma = (BDMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
503 regs_dma = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
526 regs_bdma = (BDMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
1860 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c134 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
291 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
353 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
1186 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c133 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
289 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
351 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
1185 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c134 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
291 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
353 regs = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
1192 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c134 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma);
299 regs_dma = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_Init()
401 regs_dma = (DMA_Base_Registers *)DMA_CalcBaseAndBitshift(hdma); in HAL_DMA_DeInit()
1393 static uint32_t DMA_CalcBaseAndBitshift(DMA_HandleTypeDef *hdma) in DMA_CalcBaseAndBitshift() function