Serial port status
More...
#include <serial.h>
|
| bool | rx_break: 1 |
| | Break detected on receive (cleared on start of next receive operation).
|
| |
| bool | rx_busy: 1 |
| | Receiver busy flag.
|
| |
| bool | rx_framing_error: 1 |
| | Framing error detected on receive (cleared on start of next receive operation).
|
| |
| bool | rx_overflow: 1 |
| | Receive data overflow detected (cleared on start of next receive operation).
|
| |
| bool | rx_parity_error: 1 |
| | Parity error detected on receive (cleared on start of next receive operation).
|
| |
| bool | tx_busy: 1 |
| | Transmitter busy flag.
|
| |
| bool | tx_underflow: 1 |
| | Transmit data underflow detected (cleared on start of next send operation).
|
| |
Definition at line 258 of file serial.h.
◆ is_rx_break()
| bool os::driver::serial::Status::is_rx_break |
( |
void |
| ) |
|
|
inline |
◆ is_rx_busy()
| bool os::driver::serial::Status::is_rx_busy |
( |
void |
| ) |
|
|
inline |
Definition at line 754 of file serial.h.
755 {
757 }
bool rx_busy
Receiver busy flag.
◆ is_rx_framing_error()
| bool os::driver::serial::Status::is_rx_framing_error |
( |
void |
| ) |
|
|
inline |
◆ is_rx_overflow()
| bool os::driver::serial::Status::is_rx_overflow |
( |
void |
| ) |
|
|
inline |
◆ is_rx_parity_error()
| bool os::driver::serial::Status::is_rx_parity_error |
( |
void |
| ) |
|
|
inline |
◆ is_tx_busy()
| bool os::driver::serial::Status::is_tx_busy |
( |
void |
| ) |
|
|
inline |
◆ is_tx_underflow()
| bool os::driver::serial::Status::is_tx_underflow |
( |
void |
| ) |
|
|
inline |
◆ rx_break
| bool os::driver::serial::Status::rx_break |
◆ rx_busy
| bool os::driver::serial::Status::rx_busy |
◆ rx_framing_error
| bool os::driver::serial::Status::rx_framing_error |
◆ rx_overflow
| bool os::driver::serial::Status::rx_overflow |
◆ rx_parity_error
| bool os::driver::serial::Status::rx_parity_error |
◆ tx_busy
| bool os::driver::serial::Status::tx_busy |
◆ tx_underflow
| bool os::driver::serial::Status::tx_underflow |
The documentation for this class was generated from the following file: