Home
last modified time | relevance | path

Searched refs:cyhal_uart_enable_flow_control (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_uart.h307 cy_rslt_t cyhal_uart_enable_flow_control(cyhal_uart_t *obj, bool enable_cts, bool enable_rts);
/hal_infineon-latest/mtb-hal-cat1/
DRELEASE.md131 …1. cyhal_uart_set_flow_control function was replaced by cyhal_uart_enable_flow_control, which only…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c1128 cy_rslt_t cyhal_uart_enable_flow_control(cyhal_uart_t *obj, bool enable_cts, bool enable_rts) in cyhal_uart_enable_flow_control() function