Home
last modified time | relevance | path

Searched refs:SrcAllocatedPort (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma.c493 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
520 if ((DMA_InitStruct->SrcAllocatedPort == LL_DMA_SRC_ALLOCATED_PORT0) && in LL_DMA_Init()
570 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
710 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
864 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
956 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
977 if (((DMA_InitNodeStruct->SrcAllocatedPort & DMA_CTR1_SAP) == LL_DMA_SRC_ALLOCATED_PORT0) && in LL_DMA_CreateLinkNode()
1026 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c370 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
418 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
509 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
637 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
714 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
755 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c436 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
506 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
645 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
798 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
886 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
949 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c430 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
491 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
630 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
767 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
857 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
910 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma.c471 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
534 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
674 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
822 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
910 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
961 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_dma.h226 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
337 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
1971 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
1975 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h234 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
395 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
2611 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
2615 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h243 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
412 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
2720 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
2724 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma.h249 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
403 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
2517 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
2521 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma.h249 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
413 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
3333 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
3337 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()