Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c296 xdmac_channel_set_descriptor_control(XDMAC, XDMA_CH_UART_TX, 0); in hal_uart_dma_init()
319 xdmac_channel_set_descriptor_control(XDMAC, XDMA_CH_UART_RX, 0); in hal_uart_dma_init()
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/xdmac/
H A Dxdmac.h588 static inline void xdmac_channel_set_descriptor_control(Xdmac *xdmac, uint32_t channel_num, uint32_… in xdmac_channel_set_descriptor_control() function