Home | History | Annotate | Download | only in usb

Lines Matching defs:ls

245 	usb_cdc_line_state_t ls;
255 USETDW(ls.dwDTERate, t->c_ospeed);
257 ls.bCharFormat = UCDC_STOP_BIT_2;
259 ls.bCharFormat = UCDC_STOP_BIT_1;
262 ls.bParityType = UCDC_PARITY_ODD;
264 ls.bParityType = UCDC_PARITY_EVEN;
266 ls.bParityType = UCDC_PARITY_NONE;
269 ls.bDataBits = 5;
272 ls.bDataBits = 6;
275 ls.bDataBits = 7;
278 ls.bDataBits = 8;
282 err = uxrcom_set_line_coding(sc, &ls);