HomeSort by relevance Sort by last modified time
    Searched refs:stop_bits (Results 1 - 20 of 20) sorted by null

  /device/google/contexthub/firmware/os/inc/
usart.h 63 UsatStopBitsCfg stop_bits, UsartParityCfg parity,
  /hardware/broadcom/libbt/src/
userial_vendor.c 198 uint8_t stop_bits; local
234 stop_bits = 0;
236 stop_bits = CSTOPB;
255 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 231 uint8_t stop_bits; local
267 stop_bits = 0;
269 stop_bits = CSTOPB;
291 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 233 uint8_t stop_bits; local
269 stop_bits = 0;
271 stop_bits = CSTOPB;
294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 232 uint8_t stop_bits; local
268 stop_bits = 0;
270 stop_bits = CSTOPB;
292 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 235 uint8_t stop_bits; local
271 stop_bits = 0;
273 stop_bits = CSTOPB;
295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 237 uint8_t stop_bits; local
273 stop_bits = 0;
275 stop_bits = CSTOPB;
298 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits);
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 88 UsatStopBitsCfg stop_bits, UsartParityCfg parity,
113 block->CR2 = (block->CR2 &~ 0x3000) | stopBitsVals[stop_bits];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 442 unsigned stop_bits; member in struct:wanif_conf
synclink.h 166 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
  /bionic/libc/kernel/uapi/linux/
synclink.h 148 unsigned char stop_bits; member in struct:_MGSL_PARAMS
  /external/kernel-headers/original/uapi/linux/
synclink.h 167 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
  /system/bt/stack/include/
port_api.h 59 uint8_t stop_bits; member in struct:__anon2458
  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 877 port_pars->stop_bits = p_frame->u.rpn.stop_bits;
rfc_int.h 121 uint8_t stop_bits; member in struct:__anon2513::__anon2514::__anon2519
rfc_ts_frames.cc 414 (p_pars->stop_bits << RFCOMM_RPN_STOP_BITS_SHIFT) |
771 p_rx_frame->u.rpn.stop_bits =
  /external/ppp/pppd/
tty.c 139 int stop_bits = 1; /* Number of serial port stop bits */ variable
225 { "stop-bits", o_int, &stop_bits,
    [all...]
pppd.h 282 extern int stop_bits; /* Number of serial port stop bits */
    [all...]
sys-linux.c 978 if (stop_bits >= 2)
    [all...]
sys-solaris.c 1228 if (stop_bits >= 2)
    [all...]

Completed in 412 milliseconds