Home
last modified time | relevance | path

Searched refs:MXC_UART_RevB_ReadRXFIFODMA (Results 1 – 11 of 11) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_revb.h77 int MXC_UART_RevB_ReadRXFIFODMA(mxc_uart_revb_regs_t *uart, unsigned char *bytes, unsigned int len,
Duart_me55.c301 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me12.c262 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me16.c341 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me17.c367 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_ai85.c331 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_ai87.c346 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me18.c407 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me15.c401 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_me21.c440 return MXC_UART_RevB_ReadRXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_ReadRXFIFODMA()
Duart_revb.c870 int MXC_UART_RevB_ReadRXFIFODMA(mxc_uart_revb_regs_t *uart, unsigned char *bytes, unsigned int len, in MXC_UART_RevB_ReadRXFIFODMA() function