/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_mdma.h | 386 #define MDMA_SRC_DEC_BYTE ((uint32_t)MDMA_CTCR_SINC) /*!< … 387 #define MDMA_SRC_DEC_HALFWORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS_0) /*!< … 388 #define MDMA_SRC_DEC_WORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS_1) /*!< … 389 #define MDMA_SRC_DEC_DOUBLEWORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS) /*!< …
|
D | stm32h7xx_ll_mdma.h | 457 #define LL_MDMA_SRC_DECREMENT MDMA_CTCR_SINC /*!< Destination ad… 2137 …el_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_SINC, SrcIncMode); in LL_MDMA_SetSourceIncMode() 2171 …(MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_SINC)); in LL_MDMA_GetSourceIncMode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_mdma.h | 379 #define MDMA_SRC_DEC_BYTE ((uint32_t)MDMA_CTCR_SINC) /*!< … 380 #define MDMA_SRC_DEC_HALFWORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS_0) /*!< … 381 #define MDMA_SRC_DEC_WORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS_1) /*!< … 382 #define MDMA_SRC_DEC_DOUBLEWORD ((uint32_t)MDMA_CTCR_SINC | (uint32_t)MDMA_CTCR_SINCOS) /*!< …
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_qspi.c | 1311 … MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_BYTE); in HAL_QSPI_Transmit_DMA() 1315 …MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_HALFWO… in HAL_QSPI_Transmit_DMA() 1319 … MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_WORD); in HAL_QSPI_Transmit_DMA() 1416 …MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_DISABL… in HAL_QSPI_Receive_DMA()
|
D | stm32h7xx_hal_ospi.c | 1480 … MODIFY_REG(hospi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS), MDMA_SRC_INC_BYTE); in HAL_OSPI_Transmit_DMA() 1484 …MODIFY_REG(hospi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS), MDMA_SRC_INC_HALFWOR… in HAL_OSPI_Transmit_DMA() 1488 … MODIFY_REG(hospi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS), MDMA_SRC_INC_WORD); in HAL_OSPI_Transmit_DMA() 1579 …MODIFY_REG(hospi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS), MDMA_SRC_INC_DISABLE… in HAL_OSPI_Receive_DMA()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_qspi.c | 1330 … MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_BYTE); in HAL_QSPI_Transmit_DMA() 1334 …MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_HALFWO… in HAL_QSPI_Transmit_DMA() 1338 … MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_WORD); in HAL_QSPI_Transmit_DMA() 1433 …MODIFY_REG(hqspi->hmdma->Instance->CTCR, (MDMA_CTCR_SINC | MDMA_CTCR_SINCOS) , MDMA_SRC_INC_DISABL… in HAL_QSPI_Receive_DMA()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 11886 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h7b0xx.h | 12209 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h7b0xxq.h | 12210 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h7a3xxq.h | 11887 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h7b3xx.h | 12216 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h7b3xxq.h | 12217 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h730xxq.h | 14126 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h733xx.h | 14125 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h725xx.h | 13796 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h730xx.h | 14125 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h735xx.h | 14126 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h742xx.h | 13153 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h723xx.h | 13795 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h750xx.h | 14046 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h753xx.h | 14052 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h745xx.h | 14307 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h745xg.h | 14307 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h743xx.h | 13783 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|
D | stm32h755xx.h | 14576 #define MDMA_CTCR_SINC MDMA_CTCR_SINC_Msk /*!< Source incremen… macro
|