Home
last modified time | relevance | path

Searched refs:p_cfg (Results 1 - 4 of 4) sorted by relevance

/vendor/hihope/rk3568/bluetooth/src/
H A Duserial_vendor.c195 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
204 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) { in userial_vendor_open()
208 if (p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
210 else if (p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
212 else if (p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
214 else if (p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
217 if (p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
219 else if (p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
221 else if (p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
224 if (p_cfg in userial_vendor_open()
[all...]
/vendor/hihope/dayu210/bluetooth/src/
H A Duserial_vendor.c195 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
202 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) { in userial_vendor_open()
207 if (p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
209 else if (p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/vendor/hihope/dayu210/bluetooth/include/
H A Duserial_vendor.h153 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/vendor/hihope/rk3568/bluetooth/include/
H A Duserial_vendor.h153 int userial_vendor_open(tUSERIAL_CFG *p_cfg);

Completed in 2 milliseconds