TMS320F28335 Library  1.0
Documentation
_TMS_SCI Struct Reference

SCI Register (TMC_BASE_SCIA / TMC_BASE_SCIB / TMC_BASE_SCIC). More...

#include <TMC_BASE_SCI.h>

Data Fields

TM_REG16 CCR
 Communications Control Register. More...
 
TM_REG16 CTL1
 Control Register 1. More...
 
TM_REG16 HBAUD
 Baud Register, High Bits. More...
 
TM_REG16 LBAUD
 Baud Register, Low Bits. More...
 
TM_REG16 CTL2
 Control Register 2. More...
 
TM_REG16 RXST
 Receive Status Register. More...
 
TM_REG16 RXEMU
 Receive Emulation Data Buffer Register. More...
 
TM_REG16 RXBUF
 Receive Data Buffer Register. More...
 
TM_REG16 Reserved0 [1]
 
TM_REG16 TXBUF
 Transmit Data Buffer Register. More...
 
TM_REG16 FFTX
 FIFO Transmit Register. More...
 
TM_REG16 FFRX
 FIFO Receive Register. More...
 
TM_REG16 FFCT
 FIFO Control Register. More...
 
TM_REG16 Reserved1 [2]
 
TM_REG16 PRI
 Priority Control Register. More...
 

Detailed Description

SCI Register (TMC_BASE_SCIA / TMC_BASE_SCIB / TMC_BASE_SCIC).


Start at address 0x7050
See Technical_Reference_Manual

Definition at line 15 of file TMC_BASE_SCI.h.

Field Documentation

◆ CCR

TM_REG16 CCR

Communications Control Register.

Definition at line 16 of file TMC_BASE_SCI.h.

◆ CTL1

TM_REG16 CTL1

Control Register 1.

Definition at line 17 of file TMC_BASE_SCI.h.

◆ CTL2

TM_REG16 CTL2

Control Register 2.

Definition at line 20 of file TMC_BASE_SCI.h.

◆ FFCT

TM_REG16 FFCT

FIFO Control Register.

Definition at line 28 of file TMC_BASE_SCI.h.

◆ FFRX

TM_REG16 FFRX

FIFO Receive Register.

Definition at line 27 of file TMC_BASE_SCI.h.

◆ FFTX

TM_REG16 FFTX

FIFO Transmit Register.

Definition at line 26 of file TMC_BASE_SCI.h.

◆ HBAUD

TM_REG16 HBAUD

Baud Register, High Bits.

Definition at line 18 of file TMC_BASE_SCI.h.

◆ LBAUD

TM_REG16 LBAUD

Baud Register, Low Bits.

Definition at line 19 of file TMC_BASE_SCI.h.

◆ PRI

TM_REG16 PRI

Priority Control Register.

Definition at line 30 of file TMC_BASE_SCI.h.

◆ Reserved0

TM_REG16 Reserved0[1]

Definition at line 24 of file TMC_BASE_SCI.h.

◆ Reserved1

TM_REG16 Reserved1[2]

Definition at line 29 of file TMC_BASE_SCI.h.

◆ RXBUF

TM_REG16 RXBUF

Receive Data Buffer Register.

Definition at line 23 of file TMC_BASE_SCI.h.

◆ RXEMU

TM_REG16 RXEMU

Receive Emulation Data Buffer Register.

Definition at line 22 of file TMC_BASE_SCI.h.

◆ RXST

TM_REG16 RXST

Receive Status Register.

Definition at line 21 of file TMC_BASE_SCI.h.

◆ TXBUF

TM_REG16 TXBUF

Transmit Data Buffer Register.

Definition at line 25 of file TMC_BASE_SCI.h.