/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_mdma.c | 314 hmdma->Instance->CTBR = 0; in HAL_MDMA_DeInit() 603 pNode->CTBR = 0; in HAL_MDMA_LinkedList_CreateNode() 677 pNode->CTBR = pNodeConfig->Init.Request & MDMA_CTBR_TSEL; in HAL_MDMA_LinkedList_CreateNode() 687 pNode->CTBR |= MDMA_CTBR_SBUS; in HAL_MDMA_LinkedList_CreateNode() 694 pNode->CTBR |= MDMA_CTBR_DBUS; in HAL_MDMA_LinkedList_CreateNode() 1783 hmdma->Instance->CTBR |= MDMA_CTBR_SBUS; in MDMA_SetConfig() 1788 hmdma->Instance->CTBR &= (~MDMA_CTBR_SBUS); in MDMA_SetConfig() 1795 hmdma->Instance->CTBR |= MDMA_CTBR_DBUS; in MDMA_SetConfig() 1800 hmdma->Instance->CTBR &= (~MDMA_CTBR_DBUS); in MDMA_SetConfig() 1876 hmdma->Instance->CTBR = hmdma->Init.Request & MDMA_CTBR_TSEL; in MDMA_Init() [all …]
|
D | stm32h7xx_ll_mdma.c | 401 LL_MDMA_WriteReg(tmp, CTBR, 0U); in LL_MDMA_DeInit() 748 pNode->CTBR = MDMA_InitStruct->DestBus | MDMA_InitStruct->SrcBus | MDMA_InitStruct->HWTrigger; in LL_MDMA_CreateLinkNode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_mdma.c | 322 hmdma->Instance->CTBR = 0; in HAL_MDMA_DeInit() 615 pNode->CTBR = 0; in HAL_MDMA_LinkedList_CreateNode() 689 pNode->CTBR = pNodeConfig->Init.Request & MDMA_CTBR_TSEL; in HAL_MDMA_LinkedList_CreateNode() 699 pNode->CTBR |= MDMA_CTBR_SBUS; in HAL_MDMA_LinkedList_CreateNode() 706 pNode->CTBR |= MDMA_CTBR_DBUS; in HAL_MDMA_LinkedList_CreateNode() 1807 hmdma->Instance->CTBR |= MDMA_CTBR_SBUS; in MDMA_SetConfig() 1812 hmdma->Instance->CTBR &= (~MDMA_CTBR_SBUS); in MDMA_SetConfig() 1819 hmdma->Instance->CTBR |= MDMA_CTBR_DBUS; in MDMA_SetConfig() 1824 hmdma->Instance->CTBR &= (~MDMA_CTBR_DBUS); in MDMA_SetConfig() 1900 hmdma->Instance->CTBR = hmdma->Init.Request & MDMA_CTBR_TSEL; in MDMA_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_mdma.h | 238 …__IO uint32_t CTBR; /*!< New CTBR register configuration for the given MDMA linked list node … member 2913 MODIFY_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, in LL_MDMA_ConfigBusSelection() 2948 …MODIFY_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA… in LL_MDMA_SetDestBusSelection() 2981 …(MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA_CTBR_DBUS)); in LL_MDMA_GetDestBusSelection() 3014 …MODIFY_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA… in LL_MDMA_SetSrcBusSelection() 3047 …(MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA_CTBR_SBUS)); in LL_MDMA_GetSrcBusSelection() 3115 …MODIFY_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA… in LL_MDMA_SetHWTrigger() 3183 …(MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTBR, MDMA_CTBR_TSEL)); in LL_MDMA_GetHWTrigger()
|
D | stm32h7xx_hal_mdma.h | 129 …__IO uint32_t CTBR; /*!< New CTBR register configuration for the given MDMA linked list node … member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_mdma.h | 132 …__IO uint32_t CTBR; /*!< New CTBR register configuration for the given MDMA linked list node … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 652 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h7b0xx.h | 655 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h7b0xxq.h | 656 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h7a3xxq.h | 653 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h7b3xx.h | 655 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h7b3xxq.h | 656 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h730xxq.h | 679 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h733xx.h | 678 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h725xx.h | 676 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h730xx.h | 678 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h735xx.h | 679 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h742xx.h | 631 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h723xx.h | 675 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h750xx.h | 635 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h753xx.h | 635 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h745xx.h | 666 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h745xg.h | 666 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h743xx.h | 634 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|
D | stm32h755xx.h | 667 …__IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offse… member
|