| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
| D | stm32n6xx_ll_dma.c | 494 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitStruct->DestAllocatedPort)); in LL_DMA_Init() 525 if ((DMA_InitStruct->DestAllocatedPort == LL_DMA_DEST_ALLOCATED_PORT0) && in LL_DMA_Init() 564 LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->DestAllocatedPort | \ in LL_DMA_Init() 711 DMA_InitStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_StructInit() 854 DMA_InitNodeStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_NodeStructInit() 957 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitNodeStruct->DestAllocatedPort)); in LL_DMA_CreateLinkNode() 982 if (((DMA_InitNodeStruct->DestAllocatedPort & DMA_CTR1_DAP) == LL_DMA_DEST_ALLOCATED_PORT0) && in LL_DMA_CreateLinkNode() 1021 …pNode->LinkRegisters[reg_counter] |= (DMA_InitNodeStruct->DestAllocatedPort … in LL_DMA_CreateLinkNode()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_ll_dma.c | 371 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitStruct->DestAllocatedPort)); in LL_DMA_Init() 413 LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->DestAllocatedPort | \ in LL_DMA_Init() 510 DMA_InitStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_StructInit() 628 DMA_InitNodeStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_NodeStructInit() 715 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitNodeStruct->DestAllocatedPort)); in LL_DMA_CreateLinkNode() 751 …pNode->LinkRegisters[reg_counter] |= (DMA_InitNodeStruct->DestAllocatedPort … in LL_DMA_CreateLinkNode()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_ll_dma.c | 437 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitStruct->DestAllocatedPort)); in LL_DMA_Init() 501 LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->DestAllocatedPort | \ in LL_DMA_Init() 646 DMA_InitStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_StructInit() 789 DMA_InitNodeStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_NodeStructInit() 887 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitNodeStruct->DestAllocatedPort)); in LL_DMA_CreateLinkNode() 945 …pNode->LinkRegisters[reg_counter] |= (DMA_InitNodeStruct->DestAllocatedPort … in LL_DMA_CreateLinkNode()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
| D | stm32h5xx_ll_dma.c | 431 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitStruct->DestAllocatedPort)); in LL_DMA_Init() 486 LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->DestAllocatedPort | \ in LL_DMA_Init() 631 DMA_InitStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_StructInit() 758 DMA_InitNodeStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_NodeStructInit() 858 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitNodeStruct->DestAllocatedPort)); in LL_DMA_CreateLinkNode() 906 …pNode->LinkRegisters[reg_counter] |= (DMA_InitNodeStruct->DestAllocatedPort … in LL_DMA_CreateLinkNode()
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
| D | stm32h7rsxx_ll_dma.c | 472 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitStruct->DestAllocatedPort)); in LL_DMA_Init() 528 LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->DestAllocatedPort | \ in LL_DMA_Init() 675 DMA_InitStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_StructInit() 815 DMA_InitNodeStruct->DestAllocatedPort = LL_DMA_DEST_ALLOCATED_PORT0; in LL_DMA_NodeStructInit() 911 assert_param(IS_LL_DMA_DEST_ALLOCATED_PORT(DMA_InitNodeStruct->DestAllocatedPort)); in LL_DMA_CreateLinkNode() 956 …pNode->LinkRegisters[reg_counter] |= (DMA_InitNodeStruct->DestAllocatedPort … in LL_DMA_CreateLinkNode()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_ll_dma.h | 232 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 314 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 1635 … LL_DMA_SetDestAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t DestAllocatedPort) in LL_DMA_SetDestAllocatedPort() argument 1639 DestAllocatedPort); in LL_DMA_SetDestAllocatedPort()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_ll_dma.h | 240 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 372 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 2274 … LL_DMA_SetDestAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t DestAllocatedPort) in LL_DMA_SetDestAllocatedPort() argument 2278 DestAllocatedPort); in LL_DMA_SetDestAllocatedPort()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_ll_dma.h | 249 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 389 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 2260 … LL_DMA_SetDestAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t DestAllocatedPort) in LL_DMA_SetDestAllocatedPort() argument 2264 DestAllocatedPort); in LL_DMA_SetDestAllocatedPort()
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
| D | stm32h7rsxx_ll_dma.h | 255 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 382 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 2002 … LL_DMA_SetDestAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t DestAllocatedPort) in LL_DMA_SetDestAllocatedPort() argument 2006 DestAllocatedPort); in LL_DMA_SetDestAllocatedPort()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_ll_dma.h | 255 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 387 uint32_t DestAllocatedPort; /*!< This field specify the destination allocated port. member 2818 … LL_DMA_SetDestAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t DestAllocatedPort) in LL_DMA_SetDestAllocatedPort() argument 2822 DestAllocatedPort); in LL_DMA_SetDestAllocatedPort()
|