Home
last modified time | relevance | path

Searched refs:stop_bits (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Duserial_vendor.c198 uint8_t stop_bits; in userial_vendor_open() local
208 stop_bits = 0; in userial_vendor_open()
210 stop_bits = CSTOPB; in userial_vendor_open()
222 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/vendor/hihope/rk3568/bluetooth/src/
H A Duserial_vendor.c200 uint8_t stop_bits; in userial_vendor_open() local
225 stop_bits = 0; in userial_vendor_open()
227 stop_bits = CSTOPB; in userial_vendor_open()
239 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()

Completed in 2 milliseconds