lm3s_ssi.h File Reference

LM3S1968 SSI hardware definitions. More...

Go to the source code of this file.

Defines

#define SSI_O_CR0   0x00000000
 The following are defines for the SSI register offsets.

#define SSI_CR0_SCR_M   0x0000FF00
 The following are defines for the bit fields in the SSI_O_CR0 register.

#define SSI_CR1_EOT   0x00000010
 The following are defines for the bit fields in the SSI_O_CR1 register.

#define SSI_DR_DATA_M   0x0000FFFF
 The following are defines for the bit fields in the SSI_O_DR register.

#define SSI_SR_BSY   0x00000010
 The following are defines for the bit fields in the SSI_O_SR register.

#define SSI_CPSR_CPSDVSR_M   0x000000FF
 The following are defines for the bit fields in the SSI_O_CPSR register.

#define SSI_IM_TXIM   0x00000008
 The following are defines for the bit fields in the SSI_O_IM register.

#define SSI_RIS_TXRIS   0x00000008
 The following are defines for the bit fields in the SSI_O_RIS register.

#define SSI_MIS_TXMIS   0x00000008
 The following are defines for the bit fields in the SSI_O_MIS register.

#define SSI_ICR_RTIC   0x00000002
 The following are defines for the bit fields in the SSI_O_ICR register.

#define SSI_DMACTL_TXDMAE   0x00000002
 The following are defines for the bit fields in the SSI_O_DMACTL register.

#define SSI_CR0_SCR   0x0000FF00
 The following definitions are deprecated.

#define SSI_CPSR_CPSDVSR_MASK   0x000000FF
 The following are deprecated defines for the bit fields in the SSI_O_CPSR register.

#define TX_FIFO_SIZE   (8)
 The following are deprecated defines for the SSI controller's FIFO size.

#define SSI_INT_TXFF   0x00000008
 The following are deprecated defines for the bit fields in the interrupt mask set and clear, raw interrupt, masked interrupt, and interrupt clear registers.

Detailed Description

LM3S1968 SSI hardware definitions.

Definition in file lm3s_ssi.h.


Define Documentation

#define SSI_CR0_SCR   0x0000FF00

The following definitions are deprecated.

The following are deprecated defines for the bit fields in the SSI_O_CR0 register.

Definition at line 193 of file lm3s_ssi.h.