SAME54P20A Test Project
Data Fields
SERCOM_USART_STATUS_Type Union Reference

Data Fields

struct {
   uint16_t   PERR:1
 
   uint16_t   FERR:1
 
   uint16_t   BUFOVF:1
 
   uint16_t   CTS:1
 
   uint16_t   ISF:1
 
   uint16_t   COLL:1
 
   uint16_t   TXE:1
 
   uint16_t   ITER:1
 
   uint16_t   __pad0__:8
 
bit
 
uint16_t reg
 

Detailed Description

Definition at line 1131 of file sercom.h.

Field Documentation

◆ __pad0__

uint16_t SERCOM_USART_STATUS_Type::__pad0__

bit: 8..15 Reserved

Definition at line 1141 of file sercom.h.

◆ bit

struct { ... } SERCOM_USART_STATUS_Type::bit

Structure used for bit access

◆ BUFOVF

uint16_t SERCOM_USART_STATUS_Type::BUFOVF

bit: 2 Buffer Overflow

Definition at line 1135 of file sercom.h.

◆ COLL

uint16_t SERCOM_USART_STATUS_Type::COLL

bit: 5 Collision Detected

Definition at line 1138 of file sercom.h.

◆ CTS

uint16_t SERCOM_USART_STATUS_Type::CTS

bit: 3 Clear To Send

Definition at line 1136 of file sercom.h.

◆ FERR

uint16_t SERCOM_USART_STATUS_Type::FERR

bit: 1 Frame Error

Definition at line 1134 of file sercom.h.

◆ ISF

uint16_t SERCOM_USART_STATUS_Type::ISF

bit: 4 Inconsistent Sync Field

Definition at line 1137 of file sercom.h.

◆ ITER

uint16_t SERCOM_USART_STATUS_Type::ITER

bit: 7 Maximum Number of Repetitions Reached

Definition at line 1140 of file sercom.h.

◆ PERR

uint16_t SERCOM_USART_STATUS_Type::PERR

bit: 0 Parity Error

Definition at line 1133 of file sercom.h.

◆ reg

uint16_t SERCOM_USART_STATUS_Type::reg

Type used for register access

Definition at line 1143 of file sercom.h.

◆ TXE

uint16_t SERCOM_USART_STATUS_Type::TXE

bit: 6 Transmitter Empty

Definition at line 1139 of file sercom.h.


The documentation for this union was generated from the following file: