sh4_scireg.h File Reference

Back to the index.

Macros
sh4_scireg.h File Reference

Go to the source code of this file.

Macros

#define SCI_DEVICE_BASE   0x110000000ULL
 
#define SHREG_SCSMR   /* (*(volatile unsigned char *) */ 0xffe00000
 
#define SHREG_SCBRR   /* (*(volatile unsigned char *) */ 0xffe00004
 
#define SHREG_SCSCR   /* (*(volatile unsigned char *) */ 0xffe00008
 
#define SHREG_SCTDR   /* (*(volatile unsigned char *) */ 0xffe0000c
 
#define SHREG_SCSSR   /* (*(volatile unsigned char *) */ 0xffe00010
 
#define SHREG_SCRDR   /* (*(volatile unsigned char *) */ 0xffe00014
 
#define SHREG_SCSPTR   /* (*(volatile unsigned char *) */ 0xffe0001c
 
#define SCSCR_TIE   0x80 /* Transmit Interrupt Enable */
 
#define SCSCR_RIE   0x40 /* Receive Interrupt Enable */
 
#define SCSCR_TE   0x20 /* Transmit Enable */
 
#define SCSCR_RE   0x10 /* Receive Enable */
 
#define SCSCR_MPIE   0x08 /* Multi Processor Interrupt Enable */
 
#define SCSCR_TEIE   0x04 /* Transmit End Interrupt Enable */
 
#define SCSCR_CKE1   0x02 /* ClocK Enable 1 */
 
#define SCSCR_CKE0   0x01 /* ClocK Enable 0 */
 
#define SCSSR_TDRE   0x80
 
#define SCSSR_RDRF   0x40
 
#define SCSSR_ORER   0x20
 
#define SCSSR_FER   0x10
 
#define SCSSR_PER   0x08
 
#define SCSPTR_SPB1IO   0x08
 
#define SCSPTR_SPB1DT   0x04
 
#define SCSPTR_SPB0IO   0x02
 
#define SCSPTR_SPB0DT   0x01
 

Macro Definition Documentation

◆ SCI_DEVICE_BASE

#define SCI_DEVICE_BASE   0x110000000ULL

Definition at line 8 of file sh4_scireg.h.

Referenced by MACHINE_SETUP().

◆ SCSCR_CKE0

#define SCSCR_CKE0   0x01 /* ClocK Enable 0 */

Definition at line 75 of file sh4_scireg.h.

◆ SCSCR_CKE1

#define SCSCR_CKE1   0x02 /* ClocK Enable 1 */

Definition at line 74 of file sh4_scireg.h.

◆ SCSCR_MPIE

#define SCSCR_MPIE   0x08 /* Multi Processor Interrupt Enable */

Definition at line 72 of file sh4_scireg.h.

◆ SCSCR_RE

#define SCSCR_RE   0x10 /* Receive Enable */

Definition at line 71 of file sh4_scireg.h.

◆ SCSCR_RIE

#define SCSCR_RIE   0x40 /* Receive Interrupt Enable */

Definition at line 69 of file sh4_scireg.h.

◆ SCSCR_TE

#define SCSCR_TE   0x20 /* Transmit Enable */

Definition at line 70 of file sh4_scireg.h.

◆ SCSCR_TEIE

#define SCSCR_TEIE   0x04 /* Transmit End Interrupt Enable */

Definition at line 73 of file sh4_scireg.h.

◆ SCSCR_TIE

#define SCSCR_TIE   0x80 /* Transmit Interrupt Enable */

Definition at line 68 of file sh4_scireg.h.

◆ SCSPTR_SPB0DT

#define SCSPTR_SPB0DT   0x01

Definition at line 86 of file sh4_scireg.h.

◆ SCSPTR_SPB0IO

#define SCSPTR_SPB0IO   0x02

Definition at line 85 of file sh4_scireg.h.

◆ SCSPTR_SPB1DT

#define SCSPTR_SPB1DT   0x04

Definition at line 84 of file sh4_scireg.h.

◆ SCSPTR_SPB1IO

#define SCSPTR_SPB1IO   0x08

Definition at line 83 of file sh4_scireg.h.

◆ SCSSR_FER

#define SCSSR_FER   0x10

Definition at line 80 of file sh4_scireg.h.

◆ SCSSR_ORER

#define SCSSR_ORER   0x20

Definition at line 79 of file sh4_scireg.h.

◆ SCSSR_PER

#define SCSSR_PER   0x08

Definition at line 81 of file sh4_scireg.h.

◆ SCSSR_RDRF

#define SCSSR_RDRF   0x40

Definition at line 78 of file sh4_scireg.h.

◆ SCSSR_TDRE

#define SCSSR_TDRE   0x80

Definition at line 77 of file sh4_scireg.h.

◆ SHREG_SCBRR

#define SHREG_SCBRR   /* (*(volatile unsigned char *) */ 0xffe00004

Definition at line 59 of file sh4_scireg.h.

◆ SHREG_SCRDR

#define SHREG_SCRDR   /* (*(volatile unsigned char *) */ 0xffe00014

Definition at line 63 of file sh4_scireg.h.

◆ SHREG_SCSCR

#define SHREG_SCSCR   /* (*(volatile unsigned char *) */ 0xffe00008

Definition at line 60 of file sh4_scireg.h.

◆ SHREG_SCSMR

#define SHREG_SCSMR   /* (*(volatile unsigned char *) */ 0xffe00000

Definition at line 58 of file sh4_scireg.h.

◆ SHREG_SCSPTR

#define SHREG_SCSPTR   /* (*(volatile unsigned char *) */ 0xffe0001c

Definition at line 64 of file sh4_scireg.h.

Referenced by DEVICE_ACCESS().

◆ SHREG_SCSSR

#define SHREG_SCSSR   /* (*(volatile unsigned char *) */ 0xffe00010

Definition at line 62 of file sh4_scireg.h.

◆ SHREG_SCTDR

#define SHREG_SCTDR   /* (*(volatile unsigned char *) */ 0xffe0000c

Definition at line 61 of file sh4_scireg.h.


Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13