Home
last modified time | relevance | path

Searched refs:MXC_UART_RevB_SetRXDMAChannel (Results 1 – 10 of 10) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_revb.h110 int MXC_UART_RevB_SetRXDMAChannel(mxc_uart_revb_regs_t *uart, unsigned int channel);
Duart_me12.c399 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_me16.c493 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_me17.c524 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_ai85.c489 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_ai87.c500 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_me18.c564 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_me15.c557 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_me21.c595 return MXC_UART_RevB_SetRXDMAChannel((mxc_uart_revb_regs_t *)uart, channel); in MXC_UART_SetRXDMAChannel()
Duart_revb.c854 int MXC_UART_RevB_SetRXDMAChannel(mxc_uart_revb_regs_t *uart, unsigned int channel) in MXC_UART_RevB_SetRXDMAChannel() function
885 MXC_UART_RevB_SetRXDMAChannel(uart, channel); in MXC_UART_RevB_ReadRXFIFODMA()