Searched refs:flow_control (Results 1 – 12 of 12) sorted by relevance
102 ether_phy_flow_control_t flow_control; ///< Flow control functionally enable or disable member
128 …ether_flow_control_t flow_control; ///< Flow control functionally enable or disa… member
176 sci_uart_flow_control_t flow_control; ///< CTS/RTS function of the SSn pin member
179 sci_b_uart_flow_control_t flow_control; ///< CTS/RTS function of the SSn pin member
189 scif_uart_flow_control_t flow_control; ///< CTS/RTS function member
192 sci_uart_flow_control_t flow_control; ///< CTS/RTS function member
317 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()
347 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()
295 …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()
309 if (ETHER_PHY_FLOW_CONTROL_DISABLE == p_instance_ctrl->p_ether_phy_cfg->flow_control) in R_ETHER_PHY_StartAutoNegotiate()
342 if (p_extend->flow_control != SCIF_UART_FLOW_CONTROL_NONE) in R_SCIF_UART_Open()
1700 … if ((full_duplex) && (ETHER_FLOW_CONTROL_ENABLE == p_instance_ctrl->p_ether_cfg->flow_control)) in ether_do_link()