Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 12 of 12) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_phy_api.h102 ether_phy_flow_control_t flow_control; ///< Flow control functionally enable or disable member
Dr_ether_api.h128 …ether_flow_control_t flow_control; ///< Flow control functionally enable or disa… member
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_sci_uart.h176 sci_uart_flow_control_t flow_control; ///< CTS/RTS function of the SSn pin member
Dr_sci_b_uart.h179 sci_b_uart_flow_control_t flow_control; ///< CTS/RTS function of the SSn pin member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_scif_uart.h189 scif_uart_flow_control_t flow_control; ///< CTS/RTS function member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_sci_uart.h192 sci_uart_flow_control_t flow_control; ///< CTS/RTS function member
/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()
324 …if (((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control == SCI_UART_FLOW_CONTROL_HARDWARE_… in R_SCI_UART_Open()
1346 if (p_extend->flow_control == SCI_UART_FLOW_CONTROL_HARDWARE_CTSRTS) in r_sci_uart_config_set()
1353 …p_ctrl->p_reg->SPMR = ((uint8_t) (p_extend->flow_control << R_SCI0_SPMR_CTSE_Pos) & R_SCI0_SPMR_CT… in r_sci_uart_config_set()
/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()
354 …I_UART_FLOW_CONTROL_HARDWARE_CTSRTS == ((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control) in R_SCI_UART_Open()
1347 …ccr1 |= ((uint32_t) (p_extend->flow_control << R_SCI0_CCR1_CTSE_Pos) & SCI_UART_CCR1_FLOW_CTSRTS_M… in r_sci_uart_config_set()
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/
Dr_sci_b_uart.c295 …if (((sci_b_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control == SCI_B_UART_FLOW_CONTROL_CTSRT… in R_SCI_B_UART_Open()
1267 …uint32_t ccr1 = ((uint32_t) (p_extend->flow_control << R_SCI_B0_CCR1_CTSE_Pos) & SCI_B_UART_CCR1_F… in r_sci_b_uart_config_set()
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c309 if (ETHER_PHY_FLOW_CONTROL_DISABLE == p_instance_ctrl->p_ether_phy_cfg->flow_control) in R_ETHER_PHY_StartAutoNegotiate()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_scif_uart/
Dr_scif_uart.c342 if (p_extend->flow_control != SCIF_UART_FLOW_CONTROL_NONE) in R_SCIF_UART_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c1700 … if ((full_duplex) && (ETHER_FLOW_CONTROL_ENABLE == p_instance_ctrl->p_ether_cfg->flow_control)) in ether_do_link()