Searched refs:p_cfg (Results 1 – 13 of 13) sorted by relevance
193 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument202 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()207 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()209 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()211 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()213 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()221 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()223 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()225 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()233 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
227 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument236 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()241 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()243 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()245 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()247 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()255 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()257 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()259 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()267 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
230 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument239 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()244 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()246 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()248 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()250 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()258 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()260 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()262 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()270 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
228 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument237 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()242 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()244 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()246 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()248 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()256 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()258 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()260 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()268 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
232 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument241 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()246 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()248 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()250 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()252 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()260 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()262 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()264 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()272 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
229 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument238 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()243 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()245 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()247 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()249 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()257 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()259 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()261 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()269 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()[all …]
139 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
194 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
195 int userial_vendor_open(tUSERIAL_CFG *p_cfg);