HomeSort by relevance Sort by last modified time
    Searched refs:data_bits (Results 1 - 25 of 43) sorted by null

1 2

  /device/google/contexthub/firmware/os/inc/
usart.h 62 uint32_t baud, UsartDataBitsCfg data_bits,
  /hardware/broadcom/libbt/src/
userial_vendor.c 195 uint8_t data_bits; local
207 data_bits = CS8;
209 data_bits = CS7;
211 data_bits = CS6;
213 data_bits = CS5;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 229 uint8_t data_bits; local
241 data_bits = CS8;
243 data_bits = CS7;
245 data_bits = CS6;
247 data_bits = CS5;
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 230 uint8_t data_bits; local
242 data_bits = CS8;
244 data_bits = CS7;
246 data_bits = CS6;
248 data_bits = CS5;
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 232 uint8_t data_bits; local
244 data_bits = CS8;
246 data_bits = CS7;
248 data_bits = CS6;
250 data_bits = CS5;
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 231 uint8_t data_bits; local
243 data_bits = CS8;
245 data_bits = CS7;
247 data_bits = CS6;
249 data_bits = CS5;
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 87 uint32_t baud, UsartDataBitsCfg data_bits,
114 block->CR1 = (block->CR1 &~ 0x1600) | wordLengthVals[data_bits] | parityVals[parity] | 0x800C;
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 184 uint8_t data_bits; member in struct:__anon107152
919 uint8_t data_bits = 0; local
986 data_bits = CS8;
988 data_bits = CS7;
990 data_bits = CS6;
992 data_bits = CS5;
    [all...]
  /bionic/libc/kernel/uapi/linux/
synclink.h 179 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /development/ndk/platforms/android-21/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /external/kernel-headers/original/uapi/linux/
synclink.h 165 unsigned char data_bits; /* 7 or 8 data bits */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 164 unsigned char data_bits; /* 7 or 8 data bits */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
synclink.h 165 unsigned char data_bits; /* 7 or 8 data bits */ member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
synclink.h 180 unsigned char data_bits; member in struct:_MGSL_PARAMS

Completed in 551 milliseconds

1 2