Lines Matching +full:use +full:- +full:parity
1 /* SPDX-License-Identifier: BSD-3-Clause */
5 Copyright (c) 1998-2003 InnoSys Incorporated. All Rights Reserved
6 This file is available under a BSD-style copyright
10 Redistribution and use in source and binary forms, with or without
19 Copyright (c) 1998-2003 InnoSys Incorporated. All Rights Reserved
21 This file is available under a BSD-style copyright
33 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
36 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
63 lcr, // use PARITY, STOPBITS, DATABITS below
72 txFlowControl , // use TX_FLOW... bits below
74 rxFlowControl, // use RX_FLOW... bits below
95 rxForwardingTimeout, // (1-31 in ms)
96 txAckSetting; // 0=don't ack, 1=normal, 2-255 TBD...
110 port will have no data to forward); any non-zero value
126 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
127 #define STOPBITS_678_2 0x04 // 2 stop bits for 6-8 bit byte
131 #define PARITY_MARK_1 0x28 // force parity MARK
132 #define PARITY_SPACE_0 0x38 // force parity SPACE
164 rxParity, // count of parity errors (since last reported)