Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c368 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
416 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
508 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()
754 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c430 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
500 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
639 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
792 DMA_InitNodeStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_NodeStructInit()
881 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitNodeStruct->SrcAllocatedPort)); in LL_DMA_CreateLinkNode()
942 … DMA_InitNodeStruct->SrcAllocatedPort | \ in LL_DMA_CreateLinkNode()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c435 assert_param(IS_LL_DMA_SRC_ALLOCATED_PORT(DMA_InitStruct->SrcAllocatedPort)); in LL_DMA_Init()
505 DMA_InitStruct->SrcAllocatedPort | \ in LL_DMA_Init()
644 DMA_InitStruct->SrcAllocatedPort = LL_DMA_SRC_ALLOCATED_PORT0; in LL_DMA_StructInit()
797 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-3.5.0/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
1967 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
1971 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-3.5.0/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
2718 …id LL_DMA_SetSrcAllocatedPort(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
2722 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h242 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
409 uint32_t SrcAllocatedPort; /*!< This field specify the source allocated port. member
2952 …INE void LL_DMA_SetSrcAllocatedPort(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAllocatedPort) in LL_DMA_SetSrcAllocatedPort() argument
2956 SrcAllocatedPort); in LL_DMA_SetSrcAllocatedPort()