SPI Register (TMC_BASE_SPIA). More...
#include <TMC_BASE_SPI.h>
Data Fields | |
TM_REG16 | CCR |
Configuration Control Register. More... | |
TM_REG16 | CTL |
Operation Control Register. More... | |
TM_REG16 | STS |
Status Register. More... | |
TM_REG16 | Reserved0 [1] |
TM_REG16 | BRR |
Baud Rate Register. More... | |
TM_REG16 | Reserved1 [1] |
TM_REG16 | RXEMU |
Receive Emulation Buffer Register. More... | |
TM_REG16 | RXBUF |
Serial Input Buffer Register. More... | |
TM_REG16 | TXBUF |
Serial Output Buffer Register. More... | |
TM_REG16 | DAT |
Serial Data 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 | Reserved2 [2] |
TM_REG16 | PRI |
Priority Control Register. More... | |
SPI Register (TMC_BASE_SPIA).
Start at address 0x7040
See Technical_Reference_Manual
Definition at line 14 of file TMC_BASE_SPI.h.
TM_REG16 BRR |
Baud Rate Register.
Definition at line 19 of file TMC_BASE_SPI.h.
TM_REG16 CCR |
Configuration Control Register.
Definition at line 15 of file TMC_BASE_SPI.h.
TM_REG16 CTL |
Operation Control Register.
Definition at line 16 of file TMC_BASE_SPI.h.
TM_REG16 DAT |
Serial Data Register.
Definition at line 24 of file TMC_BASE_SPI.h.
TM_REG16 FFCT |
FIFO Control Register.
Definition at line 27 of file TMC_BASE_SPI.h.
TM_REG16 FFRX |
FIFO Receive Register.
Definition at line 26 of file TMC_BASE_SPI.h.
TM_REG16 FFTX |
FIFO Transmit Register.
Definition at line 25 of file TMC_BASE_SPI.h.
TM_REG16 PRI |
Priority Control Register.
Definition at line 29 of file TMC_BASE_SPI.h.
TM_REG16 Reserved0[1] |
Definition at line 18 of file TMC_BASE_SPI.h.
TM_REG16 Reserved1[1] |
Definition at line 20 of file TMC_BASE_SPI.h.
TM_REG16 Reserved2[2] |
Definition at line 28 of file TMC_BASE_SPI.h.
TM_REG16 RXBUF |
Serial Input Buffer Register.
Definition at line 22 of file TMC_BASE_SPI.h.
TM_REG16 RXEMU |
Receive Emulation Buffer Register.
Definition at line 21 of file TMC_BASE_SPI.h.
TM_REG16 STS |
Status Register.
Definition at line 17 of file TMC_BASE_SPI.h.
TM_REG16 TXBUF |
Serial Output Buffer Register.
Definition at line 23 of file TMC_BASE_SPI.h.