Home
last modified time | relevance | path

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

/components/drivers/serial/
A Dserial_dm.c142 … cfg.flowcontrol = (*str == 'r' ? RT_SERIAL_FLOWCONTROL_CTSRTS : RT_SERIAL_FLOWCONTROL_NONE); in serial_cfg_from_args()
A Ddev_serial_v2.c1595 if (serial->config.flowcontrol == RT_SERIAL_FLOWCONTROL_CTSRTS) in rt_serial_control()
1648 config.flowcontrol = RT_SERIAL_FLOWCONTROL_CTSRTS; in rt_serial_control()
1650 config.flowcontrol = RT_SERIAL_FLOWCONTROL_NONE; in rt_serial_control()
/components/drivers/include/drivers/
A Ddev_serial.h217 rt_uint32_t flowcontrol :1; member
A Ddev_serial_v2.h278 rt_uint32_t flowcontrol :1; member

Completed in 9 milliseconds