CC27xxDriverLibrary

Definitions for base addresses, unions, and structures. More...

Collaboration diagram for Core Definitions:

Macros

#define SCS_BASE   (0xE000E000UL)
 
#define ITM_BASE   (0xE0000000UL)
 
#define DWT_BASE   (0xE0001000UL)
 
#define TPI_BASE   (0xE0040000UL)
 
#define CoreDebug_BASE   (0xE000EDF0UL)
 
#define DCB_BASE   (0xE000EDF0UL)
 
#define DIB_BASE   (0xE000EFB0UL)
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define NVIC_BASE   (SCS_BASE + 0x0100UL)
 
#define SCB_BASE   (SCS_BASE + 0x0D00UL)
 
#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )
 
#define SCB   ((SCB_Type *) SCB_BASE )
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define NVIC   ((NVIC_Type *) NVIC_BASE )
 
#define ITM   ((ITM_Type *) ITM_BASE )
 
#define DWT   ((DWT_Type *) DWT_BASE )
 
#define TPI   ((TPI_Type *) TPI_BASE )
 
#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
 
#define DCB   ((DCB_Type *) DCB_BASE )
 
#define DIB   ((DIB_Type *) DIB_BASE )
 
#define FPU_BASE   (SCS_BASE + 0x0F30UL)
 
#define FPU   ((FPU_Type *) FPU_BASE )
 
#define SCS_BASE   (0xE000E000UL)
 
#define DWT_BASE   (0xE0001000UL)
 
#define TPI_BASE   (0xE0040000UL)
 
#define CoreDebug_BASE   (0xE000EDF0UL)
 
#define DCB_BASE   (0xE000EDF0UL)
 
#define DIB_BASE   (0xE000EFB0UL)
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define NVIC_BASE   (SCS_BASE + 0x0100UL)
 
#define SCB_BASE   (SCS_BASE + 0x0D00UL)
 
#define SCB   ((SCB_Type *) SCB_BASE )
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define NVIC   ((NVIC_Type *) NVIC_BASE )
 
#define DWT   ((DWT_Type *) DWT_BASE )
 
#define TPI   ((TPI_Type *) TPI_BASE )
 
#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
 
#define DCB   ((DCB_Type *) DCB_BASE )
 
#define DIB   ((DIB_Type *) DIB_BASE )
 
#define SCS_BASE   (0xE000E000UL)
 
#define ITM_BASE   (0xE0000000UL)
 
#define DWT_BASE   (0xE0001000UL)
 
#define TPI_BASE   (0xE0040000UL)
 
#define CoreDebug_BASE   (0xE000EDF0UL)
 
#define DCB_BASE   (0xE000EDF0UL)
 
#define DIB_BASE   (0xE000EFB0UL)
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define NVIC_BASE   (SCS_BASE + 0x0100UL)
 
#define SCB_BASE   (SCS_BASE + 0x0D00UL)
 
#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )
 
#define SCB   ((SCB_Type *) SCB_BASE )
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define NVIC   ((NVIC_Type *) NVIC_BASE )
 
#define ITM   ((ITM_Type *) ITM_BASE )
 
#define DWT   ((DWT_Type *) DWT_BASE )
 
#define TPI   ((TPI_Type *) TPI_BASE )
 
#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
 
#define DCB   ((DCB_Type *) DCB_BASE )
 
#define DIB   ((DIB_Type *) DIB_BASE )
 
#define FPU_BASE   (SCS_BASE + 0x0F30UL)
 
#define FPU   ((FPU_Type *) FPU_BASE )
 
#define SCS_BASE   (0xE000E000UL)
 
#define ITM_BASE   (0xE0000000UL)
 
#define DWT_BASE   (0xE0001000UL)
 
#define TPI_BASE   (0xE0040000UL)
 
#define CoreDebug_BASE   (0xE000EDF0UL)
 
#define DCB_BASE_CMSIS   (0xE000EDF0UL)
 
#define DIB_BASE_CMSIS   (0xE000EFB0UL)
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define NVIC_BASE_CMSIS   (SCS_BASE + 0x0100UL)
 
#define SCB_BASE_CMSIS   (SCS_BASE + 0x0D00UL)
 
#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )
 
#define SCB   ((SCB_Type *) SCB_BASE_CMSIS )
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define NVIC   ((NVIC_Type *) NVIC_BASE_CMSIS )
 
#define ITM   ((ITM_Type *) ITM_BASE )
 
#define DWT   ((DWT_Type *) DWT_BASE )
 
#define TPI   ((TPI_Type *) TPI_BASE )
 
#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
 
#define DCB   ((DCB_Type *) DCB_BASE_CMSIS )
 
#define DIB   ((DIB_Type *) DIB_BASE_CMSIS )
 
#define FPU_BASE   (SCS_BASE + 0x0F30UL)
 
#define FPU   ((FPU_Type *) FPU_BASE )
 

Detailed Description

Definitions for base addresses, unions, and structures.

Macro Definition Documentation

§ SCS_BASE [1/4]

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

§ ITM_BASE [1/3]

#define ITM_BASE   (0xE0000000UL)

ITM Base Address

§ DWT_BASE [1/4]

#define DWT_BASE   (0xE0001000UL)

DWT Base Address

§ TPI_BASE [1/4]

#define TPI_BASE   (0xE0040000UL)

TPI Base Address

§ CoreDebug_BASE [1/4]

#define CoreDebug_BASE   (0xE000EDF0UL)
Deprecated:
Core Debug Base Address

§ DCB_BASE [1/3]

#define DCB_BASE   (0xE000EDF0UL)

DCB Base Address

§ DIB_BASE [1/3]

#define DIB_BASE   (0xE000EFB0UL)

DIB Base Address

§ SysTick_BASE [1/4]

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

§ NVIC_BASE [1/3]

#define NVIC_BASE   (SCS_BASE + 0x0100UL)

NVIC Base Address

§ SCB_BASE [1/3]

#define SCB_BASE   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

§ SCnSCB [1/3]

#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )

System control Register not in SCB

§ SCB [1/4]

§ SysTick [1/4]

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

Referenced by DIB_GetAuthStatus(), IntDisable(), IntEnable(), and IntIsEnabled().

§ NVIC [1/4]

§ ITM [1/3]

#define ITM   ((ITM_Type *) ITM_BASE )

ITM configuration struct

Referenced by ITM_SendChar().

§ DWT [1/4]

#define DWT   ((DWT_Type *) DWT_BASE )

DWT configuration struct

§ TPI [1/4]

#define TPI   ((TPI_Type *) TPI_BASE )

TPI configuration struct

§ CoreDebug [1/4]

#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
Deprecated:
Core Debug configuration struct

§ DCB [1/4]

#define DCB   ((DCB_Type *) DCB_BASE )

DCB configuration struct

Referenced by DCB_GetAuthCtrl(), and DCB_SetAuthCtrl().

§ DIB [1/4]

#define DIB   ((DIB_Type *) DIB_BASE )

DIB configuration struct

Referenced by DIB_GetAuthStatus().

§ FPU_BASE [1/3]

#define FPU_BASE   (SCS_BASE + 0x0F30UL)

Floating Point Unit

§ FPU [1/3]

#define FPU   ((FPU_Type *) FPU_BASE )

Floating Point Unit

Referenced by SCB_GetFPUType(), and SCB_GetMVEType().

§ SCS_BASE [2/4]

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

§ DWT_BASE [2/4]

#define DWT_BASE   (0xE0001000UL)

DWT Base Address

§ TPI_BASE [2/4]

#define TPI_BASE   (0xE0040000UL)

TPI Base Address

§ CoreDebug_BASE [2/4]

#define CoreDebug_BASE   (0xE000EDF0UL)
Deprecated:
Core Debug Base Address

§ DCB_BASE [2/3]

#define DCB_BASE   (0xE000EDF0UL)

DCB Base Address

§ DIB_BASE [2/3]

#define DIB_BASE   (0xE000EFB0UL)

DIB Base Address

§ SysTick_BASE [2/4]

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

§ NVIC_BASE [2/3]

#define NVIC_BASE   (SCS_BASE + 0x0100UL)

NVIC Base Address

§ SCB_BASE [2/3]

#define SCB_BASE   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

§ SCB [2/4]

#define SCB   ((SCB_Type *) SCB_BASE )

SCB configuration struct

§ SysTick [2/4]

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

§ NVIC [2/4]

#define NVIC   ((NVIC_Type *) NVIC_BASE )

NVIC configuration struct

§ DWT [2/4]

#define DWT   ((DWT_Type *) DWT_BASE )

DWT configuration struct

§ TPI [2/4]

#define TPI   ((TPI_Type *) TPI_BASE )

TPI configuration struct

§ CoreDebug [2/4]

#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
Deprecated:
Core Debug configuration struct

§ DCB [2/4]

#define DCB   ((DCB_Type *) DCB_BASE )

DCB configuration struct

§ DIB [2/4]

#define DIB   ((DIB_Type *) DIB_BASE )

DIB configuration struct

§ SCS_BASE [3/4]

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

§ ITM_BASE [2/3]

#define ITM_BASE   (0xE0000000UL)

ITM Base Address

§ DWT_BASE [3/4]

#define DWT_BASE   (0xE0001000UL)

DWT Base Address

§ TPI_BASE [3/4]

#define TPI_BASE   (0xE0040000UL)

TPI Base Address

§ CoreDebug_BASE [3/4]

#define CoreDebug_BASE   (0xE000EDF0UL)
Deprecated:
Core Debug Base Address

§ DCB_BASE [3/3]

#define DCB_BASE   (0xE000EDF0UL)

DCB Base Address

§ DIB_BASE [3/3]

#define DIB_BASE   (0xE000EFB0UL)

DIB Base Address

§ SysTick_BASE [3/4]

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

§ NVIC_BASE [3/3]

#define NVIC_BASE   (SCS_BASE + 0x0100UL)

NVIC Base Address

§ SCB_BASE [3/3]

#define SCB_BASE   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

§ SCnSCB [2/3]

#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )

System control Register not in SCB

§ SCB [3/4]

#define SCB   ((SCB_Type *) SCB_BASE )

SCB configuration struct

§ SysTick [3/4]

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

§ NVIC [3/4]

#define NVIC   ((NVIC_Type *) NVIC_BASE )

NVIC configuration struct

§ ITM [2/3]

#define ITM   ((ITM_Type *) ITM_BASE )

ITM configuration struct

§ DWT [3/4]

#define DWT   ((DWT_Type *) DWT_BASE )

DWT configuration struct

§ TPI [3/4]

#define TPI   ((TPI_Type *) TPI_BASE )

TPI configuration struct

§ CoreDebug [3/4]

#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
Deprecated:
Core Debug configuration struct

§ DCB [3/4]

#define DCB   ((DCB_Type *) DCB_BASE )

DCB configuration struct

§ DIB [3/4]

#define DIB   ((DIB_Type *) DIB_BASE )

DIB configuration struct

§ FPU_BASE [2/3]

#define FPU_BASE   (SCS_BASE + 0x0F30UL)

Floating Point Unit

§ FPU [2/3]

#define FPU   ((FPU_Type *) FPU_BASE )

Floating Point Unit

§ SCS_BASE [4/4]

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

§ ITM_BASE [3/3]

#define ITM_BASE   (0xE0000000UL)

ITM Base Address

§ DWT_BASE [4/4]

#define DWT_BASE   (0xE0001000UL)

DWT Base Address

§ TPI_BASE [4/4]

#define TPI_BASE   (0xE0040000UL)

TPI Base Address

§ CoreDebug_BASE [4/4]

#define CoreDebug_BASE   (0xE000EDF0UL)
Deprecated:
Core Debug Base Address

§ DCB_BASE_CMSIS

#define DCB_BASE_CMSIS   (0xE000EDF0UL)

DCB Base Address

§ DIB_BASE_CMSIS

#define DIB_BASE_CMSIS   (0xE000EFB0UL)

DIB Base Address

§ SysTick_BASE [4/4]

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

§ NVIC_BASE_CMSIS

#define NVIC_BASE_CMSIS   (SCS_BASE + 0x0100UL)

NVIC Base Address

§ SCB_BASE_CMSIS

#define SCB_BASE_CMSIS   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

§ SCnSCB [3/3]

#define SCnSCB   ((SCnSCB_Type *) SCS_BASE )

System control Register not in SCB

§ SCB [4/4]

#define SCB   ((SCB_Type *) SCB_BASE_CMSIS )

SCB configuration struct

§ SysTick [4/4]

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

§ NVIC [4/4]

#define NVIC   ((NVIC_Type *) NVIC_BASE_CMSIS )

NVIC configuration struct

§ ITM [3/3]

#define ITM   ((ITM_Type *) ITM_BASE )

ITM configuration struct

§ DWT [4/4]

#define DWT   ((DWT_Type *) DWT_BASE )

DWT configuration struct

§ TPI [4/4]

#define TPI   ((TPI_Type *) TPI_BASE )

TPI configuration struct

§ CoreDebug [4/4]

#define CoreDebug   ((CoreDebug_Type *) CoreDebug_BASE )
Deprecated:
Core Debug configuration struct

§ DCB [4/4]

#define DCB   ((DCB_Type *) DCB_BASE_CMSIS )

DCB configuration struct

§ DIB [4/4]

#define DIB   ((DIB_Type *) DIB_BASE_CMSIS )

DIB configuration struct

§ FPU_BASE [3/3]

#define FPU_BASE   (SCS_BASE + 0x0F30UL)

Floating Point Unit

§ FPU [3/3]

#define FPU   ((FPU_Type *) FPU_BASE )

Floating Point Unit