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