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