Home
last modified time | relevance | path

Searched refs:DestBus (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c474 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()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h203 …uint32_t DestBus; /*!< Specifies the destination transfer bus, System AXI or AHB/TCM… member
2944 …INE void LL_MDMA_SetDestBusSelection(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestBus) in LL_MDMA_SetDestBusSelection() argument
2948 …annel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA_CTBR_DBUS, DestBus); in LL_MDMA_SetDestBusSelection()