| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_ll_dma.h | 230 #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()
|
| D | stm32f2xx_hal_dma.h | 228 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_ll_dma.h | 233 #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()
|
| D | stm32f7xx_hal_dma.h | 212 #define DMA_PINC_ENABLE DMA_SxCR_PINC /*!< Peripheral increment mode en…
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_ll_dma.h | 230 #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()
|
| D | stm32f4xx_hal_dma.h | 238 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode en…
|
| /hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
| D | stm32mp1xx_ll_dma.h | 234 #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()
|
| D | stm32mp1xx_hal_dma.h | 396 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
| D | stm32h7xx_ll_dma.h | 258 #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()
|
| D | stm32h7xx_hal_dma.h | 472 #define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_hal_qspi.c | 1370 …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()
|
| D | stm32f4xx_hal_dma.c | 233 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_hal_dma.c | 236 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
| D | stm32f7xx_hal_dma.c | 235 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
|
| /hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
| D | stm32mp1xx_hal_dma.c | 243 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_dma.c | 283 DMA_SxCR_MINC | DMA_SxCR_PINC | DMA_SxCR_CIRC | \ in HAL_DMA_Init()
|
| /hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
| D | stm32f410cx.h | 1523 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f410rx.h | 1523 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f410tx.h | 1513 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f401xc.h | 1464 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f401xe.h | 1464 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f411xe.h | 1467 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f405xx.h | 5556 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| D | stm32f412cx.h | 5617 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
| D | stm32f215xx.h | 5708 #define DMA_SxCR_PINC DMA_SxCR_PINC_Msk macro
|