Home
last modified time | relevance | path

Searched refs:M0AR (Results 1 – 25 of 112) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma_ex.c239 hdma->Instance->M0AR = Address; in HAL_DMAEx_ChangeMemory()
283 hdma->Instance->M0AR = SrcAddress; in DMA_MultiBufferSetConfig()
292 hdma->Instance->M0AR = DstAddress; in DMA_MultiBufferSetConfig()
Dstm32f7xx_hal_dma.c344 hdma->Instance->M0AR = 0U; in HAL_DMA_DeInit()
1173 hdma->Instance->M0AR = SrcAddress; in DMA_SetConfig()
1182 hdma->Instance->M0AR = DstAddress; in DMA_SetConfig()
Dstm32f7xx_hal_dcmi.c1182 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR; in DCMI_DMAXferCplt()
1201 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR = hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
Dstm32f7xx_ll_dma.c225 LL_DMA_WriteReg(tmp, M0AR, 0U); in LL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma_ex.c245 hdma->Instance->M0AR = Address; in HAL_DMAEx_ChangeMemory()
289 hdma->Instance->M0AR = SrcAddress; in DMA_MultiBufferSetConfig()
298 hdma->Instance->M0AR = DstAddress; in DMA_MultiBufferSetConfig()
Dstm32f2xx_hal_dma.c345 hdma->Instance->M0AR = 0U; in HAL_DMA_DeInit()
1170 hdma->Instance->M0AR = SrcAddress; in DMA_SetConfig()
1179 hdma->Instance->M0AR = DstAddress; in DMA_SetConfig()
Dstm32f2xx_hal_dcmi.c1154 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR; in DCMI_DMAXferCplt()
1173 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR = hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
Dstm32f2xx_ll_dma.c206 LL_DMA_WriteReg(tmp, M0AR, 0U); in LL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma_ex.c244 hdma->Instance->M0AR = Address; in HAL_DMAEx_ChangeMemory()
288 hdma->Instance->M0AR = SrcAddress; in DMA_MultiBufferSetConfig()
297 hdma->Instance->M0AR = DstAddress; in DMA_MultiBufferSetConfig()
Dstm32f4xx_hal_dma.c342 hdma->Instance->M0AR = 0U; in HAL_DMA_DeInit()
1166 hdma->Instance->M0AR = SrcAddress; in DMA_SetConfig()
1175 hdma->Instance->M0AR = DstAddress; in DMA_SetConfig()
Dstm32f4xx_hal_dcmi.c1079 tmp = hdcmi->DMA_Handle->Instance->M0AR; in DCMI_DMAXferCplt()
1094 hdcmi->DMA_Handle->Instance->M0AR = hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
Dstm32f4xx_ll_dma.c204 LL_DMA_WriteReg(tmp, M0AR, 0U); in LL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dma.h1397 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, S… in LL_DMA_ConfigAddresses()
1404 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, D… in LL_DMA_ConfigAddresses()
1428 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetMemoryAddress()
1472 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetMemoryAddress()
1539 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetM2MDstAddress()
1581 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetM2MDstAddress()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma.h1430 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, S… in LL_DMA_ConfigAddresses()
1437 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, D… in LL_DMA_ConfigAddresses()
1461 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetMemoryAddress()
1505 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetMemoryAddress()
1572 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetM2MDstAddress()
1614 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetM2MDstAddress()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma.h1407 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, S… in LL_DMA_ConfigAddresses()
1414 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, D… in LL_DMA_ConfigAddresses()
1438 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetMemoryAddress()
1482 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetMemoryAddress()
1549 …WRITE_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, M… in LL_DMA_SetM2MDstAddress()
1591 … (READ_REG(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR)); in LL_DMA_GetM2MDstAddress()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma_ex.c307 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = Address; in HAL_DMAEx_ChangeMemory()
577 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = SrcAddress; in DMA_MultiBufferSetConfig()
586 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = DstAddress; in DMA_MultiBufferSetConfig()
Dstm32mp1xx_hal_dma.c392 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = 0U; in HAL_DMA_DeInit()
1374 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = SrcAddress; in DMA_SetConfig()
1383 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = DstAddress; in DMA_SetConfig()
Dstm32mp1xx_hal_dcmi.c1098 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR; in DCMI_DMAXferCplt()
1117 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR = hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
Dstm32mp1xx_ll_dma.c197 LL_DMA_WriteReg(tmp, M0AR, 0U); in LL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_dma.h1668 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, SrcAddres… in LL_DMA_ConfigAddresses()
1675 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, DstAddres… in LL_DMA_ConfigAddresses()
1701 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, MemoryAdd… in LL_DMA_SetMemoryAddress()
1749 return (READ_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR)); in LL_DMA_GetMemoryAddress()
1822 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, MemoryAdd… in LL_DMA_SetM2MDstAddress()
1868 return (READ_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR)); in LL_DMA_GetM2MDstAddress()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma.h1811 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, SrcAddres… in LL_DMA_ConfigAddresses()
1818 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, DstAddres… in LL_DMA_ConfigAddresses()
1844 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, MemoryAdd… in LL_DMA_SetMemoryAddress()
1892 return (READ_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR)); in LL_DMA_GetMemoryAddress()
1965 …WRITE_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR, MemoryAdd… in LL_DMA_SetM2MDstAddress()
2011 return (READ_REG(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->M0AR)); in LL_DMA_GetM2MDstAddress()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma_ex.c364 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = Address; in HAL_DMAEx_ChangeMemory()
662 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = SrcAddress; in DMA_MultiBufferSetConfig()
671 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = DstAddress; in DMA_MultiBufferSetConfig()
Dstm32h7xx_hal_dcmi.c1143 tmp = ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR; in DCMI_DMAXferCplt()
1162 ((DMA_Stream_TypeDef *)(hdcmi->DMA_Handle->Instance))->M0AR = hdcmi->pBuffPtr; in DCMI_DMAXferCplt()
Dstm32h7xx_hal_dma.c494 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = 0U; in HAL_DMA_DeInit()
1809 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = SrcAddress; in DMA_SetConfig()
1818 ((DMA_Stream_TypeDef *)hdma->Instance)->M0AR = DstAddress; in DMA_SetConfig()
Dstm32h7xx_ll_dma.c209 LL_DMA_WriteReg(tmp, M0AR, 0U); in LL_DMA_DeInit()

12345