Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_revb.h82 int MXC_UART_RevB_WriteTXFIFODMA(mxc_uart_revb_regs_t *uart, const unsigned char *bytes,
Duart_me55.c343 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me12.c294 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me16.c376 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me17.c409 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_ai85.c374 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_ai87.c385 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me18.c449 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me15.c440 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_me21.c478 return MXC_UART_RevB_WriteTXFIFODMA((mxc_uart_revb_regs_t *)uart, bytes, len, callback, config); in MXC_UART_WriteTXFIFODMA()
Duart_revb.c917 int MXC_UART_RevB_WriteTXFIFODMA(mxc_uart_revb_regs_t *uart, const unsigned char *bytes, in MXC_UART_RevB_WriteTXFIFODMA() function