Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra_gen/
H A Dhal_data.c175 .flow_control_pin = BSP_IO_PORT_FF_PIN_0xFF,
177 .flow_control_pin = (bsp_io_port_pin_t) UINT16_MAX,
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_sci_uart.h188 bsp_io_port_pin_t flow_control_pin; ///< UART Driver Enable pin member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c333 … ((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control_pin != SCI_UART_INVALID_16BIT_PARAM, in R_SCI_UART_Open()
446 p_ctrl->flow_pin = p_extend->flow_control_pin; in R_SCI_UART_Open()