![]() |
![]() |
|
CC23x0R5DriverLibrary
|
Definitions for base addresses, unions, and structures. More...
|
Macros | |
| #define | SCS_BASE (0xE000E000UL) |
| #define | SysTick_BASE (SCS_BASE + 0x0010UL) |
| #define | NVIC_BASE_CMSIS (SCS_BASE + 0x0100UL) |
| #define | SCB_BASE_CMSIS (SCS_BASE + 0x0D00UL) |
| #define | SCB ((SCB_Type *) SCB_BASE_CMSIS ) |
| #define | SysTick ((SysTick_Type *) SysTick_BASE ) |
| #define | NVIC ((NVIC_Type *) NVIC_BASE_CMSIS ) |
Definitions for base addresses, unions, and structures.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
| #define NVIC_BASE_CMSIS (SCS_BASE + 0x0100UL) |
NVIC Base Address
| #define SCB_BASE_CMSIS (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
| #define SCB ((SCB_Type *) SCB_BASE_CMSIS ) |
SCB configuration struct
Referenced by __attribute__(), __NVIC_GetPriority(), __NVIC_GetVector(), __NVIC_SetPriority(), __NVIC_SetVector(), __NVIC_SystemReset(), IntClearPend(), IntGetPriority(), IntSetPend(), and IntSetPriority().
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Referenced by IntDisable(), IntEnable(), IntIsEnabled(), and SCB_GetFPUType().
| #define NVIC ((NVIC_Type *) NVIC_BASE_CMSIS ) |
NVIC configuration struct
Referenced by __NVIC_ClearPendingIRQ(), __NVIC_DisableIRQ(), __NVIC_EnableIRQ(), __NVIC_GetEnableIRQ(), __NVIC_GetPendingIRQ(), __NVIC_GetPriority(), __NVIC_SetPendingIRQ(), __NVIC_SetPriority(), IntClearPend(), IntDisable(), IntEnable(), IntGetPend(), IntGetPriority(), IntIsEnabled(), IntSetPend(), and IntSetPriority().