devpath3.c | 841 uint8_t StopBits; 844 const char *parity, *stopbits; local in function:devpath_msg_uart 847 stopbits = uart_stopbits(p->StopBits); 850 p->BaudRate, p->DataBits, parity, stopbits); 859 DEVPATH_FMT(StopBits: 0x%1x(%s)\n), 865 p->StopBits, stopbits);
|