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

  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 82 #define USERIAL_PARITY_NONE (1<<3)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 137 uart.m_iParity = USERIAL_PARITY_NONE;
140 uart.m_iParity = USERIAL_PARITY_NONE;
userial_linux.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 115 open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1);

Completed in 285 milliseconds