Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_reva.h51 int MXC_UART_RevA_SetFlowCtrl(mxc_uart_reva_regs_t *uart, mxc_uart_flow_t flowCtrl,
Duart_me11.c170 return MXC_UART_RevA_SetFlowCtrl((mxc_uart_reva_regs_t *)uart, flowCtrl, rtsThreshold); in MXC_UART_SetFlowCtrl()
Duart_me10.c182 return MXC_UART_RevA_SetFlowCtrl((mxc_uart_reva_regs_t *)uart, flowCtrl, rtsThreshold); in MXC_UART_SetFlowCtrl()
Duart_me13.c212 return MXC_UART_RevA_SetFlowCtrl((mxc_uart_reva_regs_t *)uart, flowCtrl, rtsThreshold); in MXC_UART_SetFlowCtrl()
Duart_me14.c191 return MXC_UART_RevA_SetFlowCtrl((mxc_uart_reva_regs_t *)uart, flowCtrl, rtsThreshold); in MXC_UART_SetFlowCtrl()
Duart_reva.c343 int MXC_UART_RevA_SetFlowCtrl(mxc_uart_reva_regs_t *uart, mxc_uart_flow_t flowCtrl, in MXC_UART_RevA_SetFlowCtrl() function