Home
last modified time | relevance | path

Searched refs:DestIncMode (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c351 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitStruct->DestIncMode)); in LL_DMA_Init()
416 DMA_InitStruct->DestIncMode | \ in LL_DMA_Init()
498 DMA_InitStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_StructInit()
632 DMA_InitNodeStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_NodeStructInit()
689 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitNodeStruct->DestIncMode)); in LL_DMA_CreateLinkNode()
738 pNode->LinkRegisters[reg_counter] = (DMA_InitNodeStruct->DestIncMode | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c417 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitStruct->DestIncMode)); in LL_DMA_Init()
504 DMA_InitStruct->DestIncMode | \ in LL_DMA_Init()
633 DMA_InitStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_StructInit()
793 DMA_InitNodeStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_NodeStructInit()
860 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitNodeStruct->DestIncMode)); in LL_DMA_CreateLinkNode()
931 pNode->LinkRegisters[reg_counter] = (DMA_InitNodeStruct->DestIncMode | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c406 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitStruct->DestIncMode)); in LL_DMA_Init()
489 DMA_InitStruct->DestIncMode | \ in LL_DMA_Init()
617 DMA_InitStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_StructInit()
762 DMA_InitNodeStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_NodeStructInit()
830 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitNodeStruct->DestIncMode)); in LL_DMA_CreateLinkNode()
894 pNode->LinkRegisters[reg_counter] = (DMA_InitNodeStruct->DestIncMode | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma.c446 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitStruct->DestIncMode)); in LL_DMA_Init()
532 DMA_InitStruct->DestIncMode | \ in LL_DMA_Init()
660 DMA_InitStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_StructInit()
820 DMA_InitNodeStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_NodeStructInit()
885 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitNodeStruct->DestIncMode)); in LL_DMA_CreateLinkNode()
949 pNode->LinkRegisters[reg_counter] = (DMA_InitNodeStruct->DestIncMode | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c468 assert_param(IS_LL_MDMA_DESTINCMODE(MDMA_InitStruct->DestIncMode)); in LL_MDMA_Init()
520 MDMA_InitStruct->DestIncMode | \ in LL_MDMA_Init()
616 MDMA_InitStruct->DestIncMode = LL_MDMA_DEST_FIXED; in LL_MDMA_StructInit()
657 assert_param(IS_LL_MDMA_DESTINCMODE(MDMA_InitStruct->DestIncMode)); in LL_MDMA_CreateLinkNode()
696 MDMA_InitStruct->DestIncMode | \ in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma.c468 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitStruct->DestIncMode)); in LL_DMA_Init()
568 DMA_InitStruct->DestIncMode | \ in LL_DMA_Init()
696 DMA_InitStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_StructInit()
859 DMA_InitNodeStruct->DestIncMode = LL_DMA_DEST_FIXED; in LL_DMA_NodeStructInit()
929 assert_param(IS_LL_DMA_DEST_INCREMENT_MODE(DMA_InitNodeStruct->DestIncMode)); in LL_DMA_CreateLinkNode()
1009 pNode->LinkRegisters[reg_counter] = (DMA_InitNodeStruct->DestIncMode | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h194 uint32_t DestIncMode; /*!< Specifies the destination increment mode. member
2065 …id LL_MDMA_SetDestinationIncMode(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestIncMode) in LL_MDMA_SetDestinationIncMode() argument
2069 …l_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_DINC, DestIncMode); in LL_MDMA_SetDestinationIncMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_dma.h160 uint32_t DestIncMode; /*!< This field specify the destination burst increment mode. member
326 uint32_t DestIncMode; /*!< This field specify the destination increment mode. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h161 uint32_t DestIncMode; /*!< This field specify the destination burst increment mode. member
384 uint32_t DestIncMode; /*!< This field specify the destination increment mode. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h170 uint32_t DestIncMode; /*!< This field specify the destination burst increment mode. member
401 uint32_t DestIncMode; /*!< This field specify the destination increment mode. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma.h170 uint32_t DestIncMode; /*!< This field specify the destination burst increment mode. member
397 uint32_t DestIncMode; /*!< This field specify the destination increment mode. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma.h170 uint32_t DestIncMode; /*!< This field specify the destination burst increment mode. member
402 uint32_t DestIncMode; /*!< This field specify the destination increment mode. member