Home
last modified time | relevance | path

Searched refs:MXC_UART_RevA_SetTXThreshold (Results 1 – 6 of 6) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_reva.h79 int MXC_UART_RevA_SetTXThreshold(mxc_uart_reva_regs_t *uart, unsigned int numBytes);
Duart_me11.c322 return MXC_UART_RevA_SetTXThreshold((mxc_uart_reva_regs_t *)uart, numBytes); in MXC_UART_SetTXThreshold()
Duart_me10.c366 return MXC_UART_RevA_SetTXThreshold((mxc_uart_reva_regs_t *)uart, numBytes); in MXC_UART_SetTXThreshold()
Duart_me13.c372 return MXC_UART_RevA_SetTXThreshold((mxc_uart_reva_regs_t *)uart, numBytes); in MXC_UART_SetTXThreshold()
Duart_me14.c355 return MXC_UART_RevA_SetTXThreshold((mxc_uart_reva_regs_t *)uart, numBytes); in MXC_UART_SetTXThreshold()
Duart_reva.c764 int MXC_UART_RevA_SetTXThreshold(mxc_uart_reva_regs_t *uart, unsigned int numBytes) in MXC_UART_RevA_SetTXThreshold() function