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

1 2 34

  /external/kernel-headers/original/uapi/linux/
synclink.h 166 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
synclink.h 165 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 165 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
synclink.h 181 unsigned char stop_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
synclink.h 181 unsigned char stop_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
synclink.h 181 unsigned char stop_bits; member in struct:_MGSL_PARAMS
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 903 port_pars->stop_bits = p_frame->u.rpn.stop_bits;
rfc_int.h 124 UINT8 stop_bits; member in struct:__anon6312::__anon6313::__anon6318
rfc_ts_frames.c 478 | (p_pars->stop_bits << RFCOMM_RPN_STOP_BITS_SHIFT)
866 p_rx_frame->u.rpn.stop_bits = (*p_data >> RFCOMM_RPN_STOP_BITS_SHIFT) & RFCOMM_RPN_STOP_BITS_MASK;
  /external/qemu/
qemu-char.c 1085 int parity, int data_bits, int stop_bits)
1092 speed, parity, data_bits, stop_bits);
1193 if (stop_bits == 2)
1208 ssp->data_bits, ssp->stop_bits);
    [all...]

Completed in 2300 milliseconds

1 2 34