Home
last modified time | relevance | path

Searched refs:DMA_SxCR_DIR (Results 1 – 25 of 105) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dma.h562DMA_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/
Dstm32f7xx_ll_dma.h575DMA_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/
Dstm32f4xx_ll_dma.h572DMA_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/
Dstm32mp1xx_ll_dma.h560DMA_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/
Dstm32h7xx_ll_dma.h579DMA_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/
Dstm32f4xx_hal_qspi.c1380 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()
Dstm32f4xx_hal_dma.c234 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
Dstm32f4xx_hal_mmc.c1225 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()
Dstm32f4xx_hal_sd.c1218 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/
Dstm32f7xx_hal_qspi.c1365 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()
Dstm32f7xx_hal_mmc.c1205 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()
Dstm32f7xx_hal_dma.c236 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
Dstm32f7xx_hal_sd.c1190 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/
Dstm32f2xx_hal_mmc.c1205 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()
Dstm32f2xx_hal_dma.c237 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
Dstm32f2xx_hal_sd.c1185 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/
Dstm32mp1xx_hal_dma.c244 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c284 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1529 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
Dstm32f410rx.h1529 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
Dstm32f410tx.h1519 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
Dstm32f401xc.h1470 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
Dstm32f401xe.h1470 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
Dstm32f411xe.h1473 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h5714 #define DMA_SxCR_DIR DMA_SxCR_DIR_Msk macro

12345