Home
last modified time | relevance | path

Searched refs:SCI_UART_FLOW_CONTROL_CTSRTS (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_sci_uart.h47 SCI_UART_FLOW_CONTROL_CTSRTS = 3U, ///< Use SCI pin for CTS, external pin for RTS enumerator
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_sci_uart.h48 SCI_UART_FLOW_CONTROL_CTSRTS = 5U, ///< Use SCI pin for CTS, external pin for RTS enumerator
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/
Dr_sci_uart.c317 if (((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control == SCI_UART_FLOW_CONTROL_CTSRTS) in R_SCI_UART_Open()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c347 if (SCI_UART_FLOW_CONTROL_CTSRTS == ((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control) in R_SCI_UART_Open()