Lines Matching refs:CTBR
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()
1880 hmdma->Instance->CTBR = 0; in MDMA_Init()