Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

_ARM_USART_MODEM_STATUS Struct Reference

_ARM_USART_MODEM_STATUS Struct Reference

USART Modem Status. More...

#include <Driver_USART.h>

Data Fields

uint32_t cts: 1
 CTS state: 1=Active, 0=Inactive.
uint32_t dsr: 1
 DSR state: 1=Active, 0=Inactive.
uint32_t dcd: 1
 DCD state: 1=Active, 0=Inactive.
uint32_t ri: 1
 RI state: 1=Active, 0=Inactive.

Detailed Description

USART Modem Status.

Definition at line 179 of file Driver_USART.h.


Field Documentation

uint32_t cts

CTS state: 1=Active, 0=Inactive.

Definition at line 180 of file Driver_USART.h.

uint32_t dcd

DCD state: 1=Active, 0=Inactive.

Definition at line 182 of file Driver_USART.h.

uint32_t dsr

DSR state: 1=Active, 0=Inactive.

Definition at line 181 of file Driver_USART.h.

uint32_t ri

RI state: 1=Active, 0=Inactive.

Definition at line 183 of file Driver_USART.h.