/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_dma.h | 562 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer() 587 …m_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR, Direction); in LL_DMA_SetDataTransferDirection() 610 …(DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR)); in LL_DMA_GetDataTransferDirection()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_dma.h | 575 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer() 600 …m_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR, Direction); in LL_DMA_SetDataTransferDirection() 623 …(DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR)); in LL_DMA_GetDataTransferDirection()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_dma.h | 572 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer() 597 …m_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR, Direction); in LL_DMA_SetDataTransferDirection() 620 …(DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DIR)); in LL_DMA_GetDataTransferDirection()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_dma.h | 560 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer() 587 …MA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DIR, Direction); in LL_DMA_SetDataTransferDirection() 612 …AD_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DIR)); in LL_DMA_GetDataTransferDirection()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dma.h | 579 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer() 606 …MA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DIR, Direction); in LL_DMA_SetDataTransferDirection() 631 …AD_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DIR)); in LL_DMA_GetDataTransferDirection()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_qspi.c | 1380 MODIFY_REG(hqspi->hdma->Instance->CR, DMA_SxCR_DIR, hqspi->hdma->Init.Direction); in HAL_QSPI_Transmit_DMA() 1547 MODIFY_REG(hqspi->hdma->Instance->CR, DMA_SxCR_DIR, hqspi->hdma->Init.Direction); in HAL_QSPI_Receive_DMA() 1581 MODIFY_REG(hqspi->hdma->Instance->CR, DMA_SxCR_DIR, hqspi->hdma->Init.Direction); in HAL_QSPI_Receive_DMA()
|
D | stm32f4xx_hal_dma.c | 234 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
|
D | stm32f4xx_hal_mmc.c | 1225 MODIFY_REG(hmmc->hdmarx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmarx->Init.Direction); in HAL_MMC_ReadBlocks_DMA() 1376 MODIFY_REG(hmmc->hdmatx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmatx->Init.Direction); in HAL_MMC_WriteBlocks_DMA()
|
D | stm32f4xx_hal_sd.c | 1218 MODIFY_REG(hsd->hdmarx->Instance->CR, DMA_SxCR_DIR, hsd->hdmarx->Init.Direction); in HAL_SD_ReadBlocks_DMA() 1373 MODIFY_REG(hsd->hdmatx->Instance->CR, DMA_SxCR_DIR, hsd->hdmatx->Init.Direction); in HAL_SD_WriteBlocks_DMA()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_qspi.c | 1365 MODIFY_REG(hqspi->hdma->Instance->CR, DMA_SxCR_DIR, hqspi->hdma->Init.Direction); in HAL_QSPI_Transmit_DMA() 1507 MODIFY_REG(hqspi->hdma->Instance->CR, DMA_SxCR_DIR, hqspi->hdma->Init.Direction); in HAL_QSPI_Receive_DMA()
|
D | stm32f7xx_hal_mmc.c | 1205 MODIFY_REG(hmmc->hdmarx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmarx->Init.Direction); in HAL_MMC_ReadBlocks_DMA() 1352 MODIFY_REG(hmmc->hdmatx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmatx->Init.Direction); in HAL_MMC_WriteBlocks_DMA()
|
D | stm32f7xx_hal_dma.c | 236 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
|
D | stm32f7xx_hal_sd.c | 1190 MODIFY_REG(hsd->hdmarx->Instance->CR, DMA_SxCR_DIR, hsd->hdmarx->Init.Direction); in HAL_SD_ReadBlocks_DMA() 1341 MODIFY_REG(hsd->hdmatx->Instance->CR, DMA_SxCR_DIR, hsd->hdmatx->Init.Direction); in HAL_SD_WriteBlocks_DMA()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_mmc.c | 1205 MODIFY_REG(hmmc->hdmarx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmarx->Init.Direction); in HAL_MMC_ReadBlocks_DMA() 1352 MODIFY_REG(hmmc->hdmatx->Instance->CR, DMA_SxCR_DIR, hmmc->hdmatx->Init.Direction); in HAL_MMC_WriteBlocks_DMA()
|
D | stm32f2xx_hal_dma.c | 237 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
|
D | stm32f2xx_hal_sd.c | 1185 MODIFY_REG(hsd->hdmarx->Instance->CR, DMA_SxCR_DIR, hsd->hdmarx->Init.Direction); in HAL_SD_ReadBlocks_DMA() 1336 MODIFY_REG(hsd->hdmatx->Instance->CR, DMA_SxCR_DIR, hsd->hdmatx->Init.Direction); in HAL_SD_WriteBlocks_DMA()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma.c | 244 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma.c | 284 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 1529 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
D | stm32f410rx.h | 1529 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
D | stm32f410tx.h | 1519 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
D | stm32f401xc.h | 1470 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
D | stm32f401xe.h | 1470 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
D | stm32f411xe.h | 1473 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 5714 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
|