Searched refs:USERIAL_DATABITS_8 (Results 1 – 3 of 3) sorted by relevance
90 #define USERIAL_DATABITS_8 (1<<9) macro
111 open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1); in nfc_hal_main_open_transport()
962 if (p_cfg->fmt & USERIAL_DATABITS_8) in USERIAL_Open()