Searched refs:xdmac_channel_enable_interrupt (Results 1 – 2 of 2) sorted by relevance
302 xdmac_channel_enable_interrupt(XDMAC, XDMA_CH_UART_TX, XDMAC_CIE_BIE); in hal_uart_dma_init()325 xdmac_channel_enable_interrupt(XDMAC, XDMA_CH_UART_RX, XDMAC_CIE_BIE); in hal_uart_dma_init()
475 static inline void xdmac_channel_enable_interrupt(Xdmac *xdmac, uint32_t channel_num, uint32_t mask) in xdmac_channel_enable_interrupt() function