/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma_ex.c | 129 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart() 185 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart_IT() 244 hdma->Instance->M1AR = Address; in HAL_DMAEx_ChangeMemory()
|
D | stm32f7xx_hal_dcmi.c | 1189 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR; in DCMI_DMAXferCplt() 1207 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR = (tmp + (4U * hdcmi->XferSize)); in DCMI_DMAXferCplt()
|
D | stm32f7xx_ll_dma.c | 228 LL_DMA_WriteReg(tmp, M1AR, 0U); in LL_DMA_DeInit()
|
D | stm32f7xx_hal_dma.c | 347 hdma->Instance->M1AR = 0U; in HAL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dma_ex.c | 128 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart() 191 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart_IT() 250 hdma->Instance->M1AR = Address; in HAL_DMAEx_ChangeMemory()
|
D | stm32f2xx_hal_dcmi.c | 1161 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR; in DCMI_DMAXferCplt() 1179 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR = (tmp + (4U * hdcmi->XferSize)); in DCMI_DMAXferCplt()
|
D | stm32f2xx_ll_dma.c | 209 LL_DMA_WriteReg(tmp, M1AR, 0U); in LL_DMA_DeInit()
|
D | stm32f2xx_hal_dma.c | 348 hdma->Instance->M1AR = 0U; in HAL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma_ex.c | 127 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart() 190 hdma->Instance->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart_IT() 249 hdma->Instance->M1AR = Address; in HAL_DMAEx_ChangeMemory()
|
D | stm32f4xx_hal_dcmi.c | 1086 tmp = hdcmi->DMA_Handle->Instance->M1AR; in DCMI_DMAXferCplt() 1100 hdcmi->DMA_Handle->Instance->M1AR = (tmp + (4U*hdcmi->XferSize)); in DCMI_DMAXferCplt()
|
D | stm32f4xx_ll_dma.c | 207 LL_DMA_WriteReg(tmp, M1AR, 0U); in LL_DMA_DeInit()
|
D | stm32f4xx_hal_dma.c | 345 hdma->Instance->M1AR = 0U; in HAL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma_ex.c | 154 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart() 230 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart_IT() 312 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = Address; in HAL_DMAEx_ChangeMemory()
|
D | stm32mp1xx_hal_dcmi.c | 1105 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR; in DCMI_DMAXferCplt() 1123 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR = (tmp + (4U*hdcmi->XferSize)); in DCMI_DMAXferCplt()
|
D | stm32mp1xx_ll_dma.c | 200 LL_DMA_WriteReg(tmp, M1AR, 0U); in LL_DMA_DeInit()
|
D | stm32mp1xx_hal_dma.c | 395 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = 0U; in HAL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma_ex.c | 154 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart() 250 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = SecondMemAddress; in HAL_DMAEx_MultiBufferStart_IT() 369 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = Address; in HAL_DMAEx_ChangeMemory()
|
D | stm32h7xx_hal_dcmi.c | 1150 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR; in DCMI_DMAXferCplt() 1168 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M1AR = (tmp + (4U * hdcmi->XferSize)); in DCMI_DMAXferCplt()
|
D | stm32h7xx_ll_dma.c | 212 LL_DMA_WriteReg(tmp, M1AR, 0U); in LL_DMA_DeInit()
|
D | stm32h7xx_hal_dma.c | 497 ((DMA_Stream_TypeDef *)hdma->Instance)->M1AR = 0U; in HAL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_dma.h | 1602 …MODIFY_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR, … in LL_DMA_SetMemory1Address() 1622 return (((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR); in LL_DMA_GetMemory1Address()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_dma.h | 1635 …MODIFY_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR, … in LL_DMA_SetMemory1Address() 1655 return (((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR); in LL_DMA_GetMemory1Address()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_dma.h | 1612 …MODIFY_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR, … in LL_DMA_SetMemory1Address() 1632 return (((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M1AR); in LL_DMA_GetMemory1Address()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_dma.h | 1891 …MODIFY_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M1AR, DMA_SxM1… in LL_DMA_SetMemory1Address() 1913 return (((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M1AR); in LL_DMA_GetMemory1Address()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dma.h | 2034 …MODIFY_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M1AR, DMA_SxM1… in LL_DMA_SetMemory1Address() 2056 return (((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M1AR); in LL_DMA_GetMemory1Address()
|