Searched refs:USERIAL_DATABITS_8 (Results 1 – 3 of 3) sorted by relevance
72 #define USERIAL_DATABITS_8 (1<<9) macro
77 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
205 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()