Home
last modified time | relevance | path

Searched refs:SCS_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h649 #define SCS_BASE (0xE000E000UL) /*!< System Control Space Bas… macro
650 #define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
651 #define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
652 #define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block Bas…
659 #define MPU_BASE (SCS_BASE + 0x0D90UL) /*!< Memory Protection Unit */
Dcore_cm33.h2038 …#define SCS_BASE (0xE000E000UL) /*!< System Control Space B… macro
2044 …#define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
2045 #define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
2046 …#define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block B…
2048 …#define SCnSCB ((SCnSCB_Type *) SCS_BASE ) /*!< System control Registe…
2059 …#define MPU_BASE (SCS_BASE + 0x0D90UL) /*!< Memory Protection Unit */
2064 …#define SAU_BASE (SCS_BASE + 0x0DD0UL) /*!< Security Attribution Uni…
2068 #define FPU_BASE (SCS_BASE + 0x0F30UL) /*!< Floating Point Unit */