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