Home | History | Annotate | Download | only in lib

Lines Matching defs:Parity

881     CHAR8             Parity;
884 switch (Uart->Parity) {
885 case 0 : Parity = 'D'; break;
886 case 1 : Parity = 'N'; break;
887 case 2 : Parity = 'E'; break;
888 case 3 : Parity = 'O'; break;
889 case 4 : Parity = 'M'; break;
890 case 5 : Parity = 'S'; break;
891 default : Parity = 'x'; break;
906 CatPrint(Str, L"%c,", Parity);