Home | History | Annotate | Download | only in lib

Lines Matching defs:Uart

880     UART_DEVICE_PATH  *Uart;
883 Uart = DevPath;
884 switch (Uart->Parity) {
894 if (Uart->BaudRate == 0) {
895 CatPrint(Str, L"Uart(DEFAULT,");
897 CatPrint(Str, L"Uart(%ld,", Uart->BaudRate);
900 if (Uart->DataBits == 0) {
903 CatPrint(Str, L"%d,", Uart->DataBits);
908 switch (Uart->StopBits) {