Serial modem status
More...
#include <serial.h>
|
bool | cts:1 |
| < CTS state: true=Active, false=Inactive
|
|
bool | dcd:1 |
| RI state: true=Active, false=Inactive.
|
|
bool | dsr:1 |
| DCD state: true=Active, false=Inactive.
|
|
bool | ri:1 |
|
Serial modem status
Definition at line 350 of file serial.h.
◆ is_cts_active()
bool os::driver::serial::Modem_status::is_cts_active |
( |
void |
| ) |
|
|
inline |
◆ is_dcd_active()
bool os::driver::serial::Modem_status::is_dcd_active |
( |
void |
| ) |
|
|
inline |
◆ is_dsr_active()
bool os::driver::serial::Modem_status::is_dsr_active |
( |
void |
| ) |
|
|
inline |
◆ is_ri_active()
bool os::driver::serial::Modem_status::is_ri_active |
( |
void |
| ) |
|
|
inline |
◆ cts
bool os::driver::serial::Modem_status::cts |
< CTS state: true=Active, false=Inactive
DSR state: true=Active, false=Inactive
Definition at line 373 of file serial.h.
◆ dcd
bool os::driver::serial::Modem_status::dcd |
RI state: true=Active, false=Inactive.
Definition at line 379 of file serial.h.
◆ dsr
bool os::driver::serial::Modem_status::dsr |
DCD state: true=Active, false=Inactive.
Definition at line 376 of file serial.h.
◆ ri
bool os::driver::serial::Modem_status::ri |
The documentation for this class was generated from the following file: