|
BSL430.NET
1.2.1
|
Line status bit definitions More...
Public Attributes | |
| const byte | FT_OE = 0x02 |
| Overrun Error (OE) line status More... | |
| const byte | FT_PE = 0x04 |
| Parity Error (PE) line status More... | |
| const byte | FT_FE = 0x08 |
| Framing Error (FE) line status More... | |
| const byte | FT_BI = 0x10 |
| Break Interrupt (BI) line status More... | |
Line status bit definitions
| const byte FTD2XX_NET.FTDI.FT_LINE_STATUS.FT_BI = 0x10 |
Break Interrupt (BI) line status
| const byte FTD2XX_NET.FTDI.FT_LINE_STATUS.FT_FE = 0x08 |
Framing Error (FE) line status
| const byte FTD2XX_NET.FTDI.FT_LINE_STATUS.FT_OE = 0x02 |
Overrun Error (OE) line status
| const byte FTD2XX_NET.FTDI.FT_LINE_STATUS.FT_PE = 0x04 |
Parity Error (PE) line status
1.8.15