Searched refs:DestBus (Results 1 – 2 of 2) sorted by relevance
474 assert_param(IS_LL_MDMA_DEST_BUS(MDMA_InitStruct->DestBus)); in LL_MDMA_Init()569 LL_MDMA_ConfigBusSelection(MDMAx, Channel, MDMA_InitStruct->DestBus | MDMA_InitStruct->SrcBus); in LL_MDMA_Init()623 MDMA_InitStruct->DestBus = LL_MDMA_DEST_BUS_SYSTEM_AXI; in LL_MDMA_StructInit()663 assert_param(IS_LL_MDMA_DEST_BUS(MDMA_InitStruct->DestBus)); in LL_MDMA_CreateLinkNode()748 pNode->CTBR = MDMA_InitStruct->DestBus | MDMA_InitStruct->SrcBus | MDMA_InitStruct->HWTrigger; in LL_MDMA_CreateLinkNode()
203 …uint32_t DestBus; /*!< Specifies the destination transfer bus, System AXI or AHB/TCM… member2944 …INE void LL_MDMA_SetDestBusSelection(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestBus) in LL_MDMA_SetDestBusSelection() argument2948 …annel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA_CTBR_DBUS, DestBus); in LL_MDMA_SetDestBusSelection()