Home
last modified time | relevance | path

Searched refs:SrcInc (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c393 assert_param(IS_DMA_SOURCE_INC(hdma->Init.SrcInc)); in HAL_DMA_Init()
1674 …tmpreg = hdma->Init.DestInc | hdma->Init.DestDataWidth | hdma->Init.SrcInc | hdma->Init.SrcDataWid… in DMA_Init()
Dstm32h7rsxx_hal_dma_ex.c1044 assert_param(IS_DMA_SOURCE_INC(pNodeConfig->Init.SrcInc)); in HAL_DMAEx_List_BuildNode()
3700 pNodeConfig->Init.SrcInc | in DMA_List_BuildNode()
3909 …pNodeConfig->Init.SrcInc = pNode->LinkRegisters[NODE_CTR1_DEFAULT_OFFSET] &… in DMA_List_GetNodeConfig()
Dstm32h7rsxx_hal_xspi.c1576 …(hxspi->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_F… in HAL_XSPI_Transmit_DMA()
1761 …->hdmarx->Init.Direction == DMA_PERIPH_TO_MEMORY) && (hxspi->hdmarx->Init.SrcInc == DMA_SINC_FIXED) in HAL_XSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c259 assert_param(IS_DMA_SOURCE_INC(hdma->Init.SrcInc)); in HAL_DMA_Init()
1611 …tmpreg = hdma->Init.DestInc | hdma->Init.DestDataWidth | hdma->Init.SrcInc | hdma->Init.SrcDataWid… in DMA_Init()
Dstm32wbaxx_hal_dma_ex.c1012 assert_param(IS_DMA_SOURCE_INC(pNodeConfig->Init.SrcInc)); in HAL_DMAEx_List_BuildNode()
3526 pNodeConfig->Init.SrcInc | in DMA_List_BuildNode()
3635 …pNodeConfig->Init.SrcInc = pNode->LinkRegisters[NODE_CTR1_DEFAULT_OFFSET] &… in DMA_List_GetNodeConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c261 assert_param(IS_DMA_SOURCE_INC(hdma->Init.SrcInc)); in HAL_DMA_Init()
1624 …tmpreg = hdma->Init.DestInc | hdma->Init.DestDataWidth | hdma->Init.SrcInc | hdma->Init.SrcDataWid… in DMA_Init()
Dstm32h5xx_hal_dma_ex.c1058 assert_param(IS_DMA_SOURCE_INC(pNodeConfig->Init.SrcInc)); in HAL_DMAEx_List_BuildNode()
3716 pNodeConfig->Init.SrcInc | in DMA_List_BuildNode()
3949 …pNodeConfig->Init.SrcInc = pNode->LinkRegisters[NODE_CTR1_DEFAULT_OFFSET] &… in DMA_List_GetNodeConfig()
Dstm32h5xx_hal_xspi.c1556 …(hxspi->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_F… in HAL_XSPI_Transmit_DMA()
1741 …->hdmarx->Init.Direction == DMA_PERIPH_TO_MEMORY) && (hxspi->hdmarx->Init.SrcInc == DMA_SINC_FIXED) in HAL_XSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c294 assert_param(IS_DMA_SOURCE_INC(hdma->Init.SrcInc)); in HAL_DMA_Init()
1732 …tmpreg = hdma->Init.DestInc | hdma->Init.DestDataWidth | hdma->Init.SrcInc | hdma->Init.SrcDataWid… in DMA_Init()
Dstm32n6xx_hal_dma_ex.c1064 assert_param(IS_DMA_SOURCE_INC(pNodeConfig->Init.SrcInc)); in HAL_DMAEx_List_BuildNode()
3736 pNodeConfig->Init.SrcInc | in DMA_List_BuildNode()
3969 …pNodeConfig->Init.SrcInc = pNode->LinkRegisters[NODE_CTR1_DEFAULT_OFFSET] &… in DMA_List_GetNodeConfig()
Dstm32n6xx_hal_xspi.c1583 …(hxspi->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_F… in HAL_XSPI_Transmit_DMA()
1768 …->hdmarx->Init.Direction == DMA_PERIPH_TO_MEMORY) && (hxspi->hdmarx->Init.SrcInc == DMA_SINC_FIXED) in HAL_XSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c258 assert_param(IS_DMA_SOURCE_INC(hdma->Init.SrcInc)); in HAL_DMA_Init()
1613 …tmpreg = hdma->Init.DestInc | hdma->Init.DestDataWidth | hdma->Init.SrcInc | hdma->Init.SrcDataWid… in DMA_Init()
Dstm32u5xx_hal_dma_ex.c1058 assert_param(IS_DMA_SOURCE_INC(pNodeConfig->Init.SrcInc)); in HAL_DMAEx_List_BuildNode()
3717 pNodeConfig->Init.SrcInc | in DMA_List_BuildNode()
3948 …pNodeConfig->Init.SrcInc = pNode->LinkRegisters[NODE_CTR1_DEFAULT_OFFSET] &… in DMA_List_GetNodeConfig()
Dstm32u5xx_hal_xspi.c1703 …(hxspi->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_F… in HAL_XSPI_Transmit_DMA()
1888 …->hdmarx->Init.Direction == DMA_PERIPH_TO_MEMORY) && (hxspi->hdmarx->Init.SrcInc == DMA_SINC_FIXED) in HAL_XSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h61 uint32_t SrcInc; /*!< Specifies the source increment mode for the DMA channel. member
Dstm32wbaxx_ll_dma.h2118 …STATIC_INLINE void LL_DMA_SetSrcIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcInc) in LL_DMA_SetSrcIncMode() argument
2121 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CTR1, DMA_CTR1_SINC, SrcInc); in LL_DMA_SetSrcIncMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h61 uint32_t SrcInc; /*!< Specifies the source increment mode for the DMA channel. member
Dstm32h7rsxx_ll_dma.h2712 …STATIC_INLINE void LL_DMA_SetSrcIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcInc) in LL_DMA_SetSrcIncMode() argument
2715 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CTR1, DMA_CTR1_SINC, SrcInc); in LL_DMA_SetSrcIncMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h61 uint32_t SrcInc; /*!< Specifies the source increment mode for the DMA channel. member
Dstm32u5xx_ll_dma.h2920 …STATIC_INLINE void LL_DMA_SetSrcIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcInc) in LL_DMA_SetSrcIncMode() argument
2923 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CTR1, DMA_CTR1_SINC, SrcInc); in LL_DMA_SetSrcIncMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h61 uint32_t SrcInc; /*!< Specifies the source increment mode for the DMA channel. member
Dstm32h5xx_ll_dma.h2758 …STATIC_INLINE void LL_DMA_SetSrcIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcInc) in LL_DMA_SetSrcIncMode() argument
2761 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CTR1, DMA_CTR1_SINC, SrcInc); in LL_DMA_SetSrcIncMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h61 uint32_t SrcInc; /*!< Specifies the source increment mode for the DMA channel. member
Dstm32n6xx_ll_dma.h3528 …STATIC_INLINE void LL_DMA_SetSrcIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcInc) in LL_DMA_SetSrcIncMode() argument
3531 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CTR1, DMA_CTR1_SINC, SrcInc); in LL_DMA_SetSrcIncMode()