Home
last modified time | relevance | path

Searched refs:DMA_SxCR_PINC (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dma.h230 #define LL_DMA_PERIPH_INCREMENT DMA_SxCR_PINC /*!< Peripheral increment mode …
562 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer()
682 …peDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC, IncrementMode… in LL_DMA_SetPeriphIncMode()
704 …DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC)); in LL_DMA_GetPeriphIncMode()
Dstm32f2xx_hal_dma.h228 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma.h233 #define LL_DMA_PERIPH_INCREMENT DMA_SxCR_PINC /*!< Peripheral increment mode …
575 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer()
695 …peDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC, IncrementMode… in LL_DMA_SetPeriphIncMode()
717 …DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC)); in LL_DMA_GetPeriphIncMode()
Dstm32f7xx_hal_dma.h212 #define DMA_PINC_ENABLE DMA_SxCR_PINC /*!< Peripheral increment mode en…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma.h230 #define LL_DMA_PERIPH_INCREMENT DMA_SxCR_PINC /*!< Peripheral increment mode …
572 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer()
692 …peDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC, IncrementMode… in LL_DMA_SetPeriphIncMode()
714 …DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_PINC)); in LL_DMA_GetPeriphIncMode()
Dstm32f4xx_hal_dma.h238 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode en…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_dma.h234 #define LL_DMA_PERIPH_INCREMENT DMA_SxCR_PINC /*!< Peripheral increment mode …
560 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer()
690 …tream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_PINC, IncrementMode… in LL_DMA_SetPeriphIncMode()
714 …D_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_PINC)); in LL_DMA_GetPeriphIncMode()
Dstm32mp1xx_hal_dma.h396 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma.h258 #define LL_DMA_PERIPH_INCREMENT DMA_SxCR_PINC /*!< Peripheral increment mode …
579 …DMA_SxCR_DIR | DMA_SxCR_CIRC | DMA_SxCR_PINC | DMA_SxCR_MINC | DMA_SxCR_PSIZE | DMA_SxCR_MSIZE | D… in LL_DMA_ConfigTransfer()
709 …tream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_PINC, IncrementMode… in LL_DMA_SetPeriphIncMode()
733 …D_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_PINC)); in LL_DMA_GetPeriphIncMode()
Dstm32h7xx_hal_dma.h472 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c1370 …MODIFY_REG(hqspi->hdma->Instance->CR, (DMA_SxCR_MINC | DMA_SxCR_PINC), (hqspi->hdma->Init.MemInc |… in HAL_QSPI_Transmit_DMA()
1537 …MODIFY_REG(hqspi->hdma->Instance->CR, (DMA_SxCR_MINC | DMA_SxCR_PINC), (hqspi->hdma->Init.MemInc |… in HAL_QSPI_Receive_DMA()
Dstm32f4xx_hal_dma.c233 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c236 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c235 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c243 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c283 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1523 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f410rx.h1523 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f410tx.h1513 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f401xc.h1464 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f401xe.h1464 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f411xe.h1467 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f405xx.h5556 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
Dstm32f412cx.h5617 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h5708 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro

12345