Searched refs:R_BSP_PinWrite (Results 1 – 3 of 3) sorted by relevance
81 R_BSP_PinWrite((bsp_io_port_pin_t) pin, pin_level); in hal_entry()
452 R_BSP_PinWrite(p_ctrl->flow_pin, SCI_UART_FLOW_CONTROL_INACTIVE); in R_SCI_UART_Open()614 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in R_SCI_UART_Write()1142 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in r_sci_negate_de_pin()1728 R_BSP_PinWrite(p_ctrl->flow_pin, SCI_UART_FLOW_CONTROL_ACTIVE); in sci_uart_rxi_isr()1800 R_BSP_PinWrite(p_ctrl->flow_pin, SCI_UART_FLOW_CONTROL_INACTIVE); in sci_uart_rxi_isr()
373 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite() function