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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 103 tUSERIAL_OPEN_CFG open_cfg; local
115 open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1);
116 open_cfg.baud = nfc_hal_trans_cfg.userial_baud;
117 open_cfg.fc = nfc_hal_trans_cfg.userial_fc;
118 open_cfg.buf = USERIAL_BUF_BYTE;
120 USERIAL_Open (USERIAL_NFC_PORT, &open_cfg, nfc_hal_main_userial_cback);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 152 tUSERIAL_OPEN_CFG open_cfg; member in struct:__anon22197
    [all...]

Completed in 488 milliseconds