SAME54P20A Test Project
Data Fields
SERCOM_USART_INTFLAG_Type Union Reference

Data Fields

struct {
   __I uint8_t   DRE:1
 
   __I uint8_t   TXC:1
 
   __I uint8_t   RXC:1
 
   __I uint8_t   RXS:1
 
   __I uint8_t   CTSIC:1
 
   __I uint8_t   RXBRK:1
 
   __I   uint8_t:1
 
   __I uint8_t   ERROR:1
 
bit
 
uint8_t reg
 

Detailed Description

Definition at line 981 of file sercom.h.

Field Documentation

◆ bit

struct { ... } SERCOM_USART_INTFLAG_Type::bit

Structure used for bit access

◆ CTSIC

__I uint8_t SERCOM_USART_INTFLAG_Type::CTSIC

bit: 4 Clear To Send Input Change Interrupt

Definition at line 987 of file sercom.h.

◆ DRE

__I uint8_t SERCOM_USART_INTFLAG_Type::DRE

bit: 0 Data Register Empty Interrupt

Definition at line 983 of file sercom.h.

◆ ERROR

__I uint8_t SERCOM_USART_INTFLAG_Type::ERROR

bit: 7 Combined Error Interrupt

Definition at line 990 of file sercom.h.

◆ reg

uint8_t SERCOM_USART_INTFLAG_Type::reg

Type used for register access

Definition at line 992 of file sercom.h.

◆ RXBRK

__I uint8_t SERCOM_USART_INTFLAG_Type::RXBRK

bit: 5 Break Received Interrupt

Definition at line 988 of file sercom.h.

◆ RXC

__I uint8_t SERCOM_USART_INTFLAG_Type::RXC

bit: 2 Receive Complete Interrupt

Definition at line 985 of file sercom.h.

◆ RXS

__I uint8_t SERCOM_USART_INTFLAG_Type::RXS

bit: 3 Receive Start Interrupt

Definition at line 986 of file sercom.h.

◆ TXC

__I uint8_t SERCOM_USART_INTFLAG_Type::TXC

bit: 1 Transmit Complete Interrupt

Definition at line 984 of file sercom.h.

◆ uint8_t

__I SERCOM_USART_INTFLAG_Type::uint8_t

bit: 6 Reserved

Definition at line 989 of file sercom.h.


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