Classes | Macros
stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h File Reference

CMSIS Cortex-M0+ Core Peripheral Access Layer Header File. More...

#include <stdint.h>
#include "cmsis_version.h"
#include "cmsis_compiler.h"
Include dependency graph for stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h:

Go to the source code of this file.

Classes

union  APSR_Type
 Union type to access the Application Program Status Register (APSR). More...
 
union  CONTROL_Type
 Union type to access the Control Registers (CONTROL). More...
 
union  IPSR_Type
 Union type to access the Interrupt Program Status Register (IPSR). More...
 
struct  NVIC_Type
 Structure type to access the Nested Vectored Interrupt Controller (NVIC). More...
 
struct  SCB_Type
 Structure type to access the System Control Block (SCB). More...
 
struct  SysTick_Type
 Structure type to access the System Timer (SysTick). More...
 
union  xPSR_Type
 Union type to access the Special-Purpose Program Status Registers (xPSR). More...
 

Macros

#define __CORE_CM0PLUS_H_GENERIC
 
#define __CM0PLUS_CMSIS_VERSION
 
#define __CM0PLUS_CMSIS_VERSION_MAIN   (__CM_CMSIS_VERSION_MAIN)
 
#define __CM0PLUS_CMSIS_VERSION_SUB   (__CM_CMSIS_VERSION_SUB)
 
#define __CORE_CM0PLUS_H_DEPENDANT
 
#define __CORTEX_M   (0U)
 
#define __FPU_USED   0U
 
#define __I   volatile const
 
#define __IM   volatile const /*! Defines 'read only' structure member permissions */
 
#define __IO   volatile
 
#define __IOM   volatile /*! Defines 'read / write' structure member permissions */
 
#define __NVIC_GetPriorityGrouping()   (0U)
 
#define __NVIC_SetPriorityGrouping(X)   (void)(X)
 
#define __O   volatile
 
#define __OM   volatile /*! Defines 'write only' structure member permissions */
 
#define _BIT_SHIFT(IRQn)   ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)
 
#define _FLD2VAL(field, value)   (((uint32_t)(value) & field ## _Msk) >> field ## _Pos)
 Mask and shift a register value to extract a bit filed value. More...
 
#define _IP_IDX(IRQn)   ( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )
 
#define _SHP_IDX(IRQn)   ( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )
 
#define _VAL2FLD(field, value)   (((uint32_t)(value) << field ## _Pos) & field ## _Msk)
 Mask and shift a bit field value for use in a register bit range. More...
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_N_Pos   31U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_Z_Pos   30U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_SPSEL_Pos   1U
 
#define EXC_RETURN_HANDLER   (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */
 
#define EXC_RETURN_THREAD_MSP   (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */
 
#define EXC_RETURN_THREAD_PSP   (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define IPSR_ISR_Pos   0U
 
#define NVIC   ((NVIC_Type *) NVIC_BASE )
 
#define NVIC_BASE   (SCS_BASE + 0x0100UL)
 
#define NVIC_ClearPendingIRQ   __NVIC_ClearPendingIRQ
 
#define NVIC_DisableIRQ   __NVIC_DisableIRQ
 
#define NVIC_EnableIRQ   __NVIC_EnableIRQ
 
#define NVIC_GetEnableIRQ   __NVIC_GetEnableIRQ
 
#define NVIC_GetPendingIRQ   __NVIC_GetPendingIRQ
 
#define NVIC_GetPriority   __NVIC_GetPriority
 
#define NVIC_GetPriorityGrouping   __NVIC_GetPriorityGrouping
 
#define NVIC_GetVector   __NVIC_GetVector
 
#define NVIC_SetPendingIRQ   __NVIC_SetPendingIRQ
 
#define NVIC_SetPriority   __NVIC_SetPriority
 
#define NVIC_SetPriorityGrouping   __NVIC_SetPriorityGrouping
 
#define NVIC_SetVector   __NVIC_SetVector
 
#define NVIC_SystemReset   __NVIC_SystemReset
 
#define NVIC_USER_IRQ_OFFSET   16
 
#define SCB   ((SCB_Type *) SCB_BASE )
 
#define SCB_AIRCR_ENDIANESS_Msk   (1UL << SCB_AIRCR_ENDIANESS_Pos)
 
#define SCB_AIRCR_ENDIANESS_Pos   15U
 
#define SCB_AIRCR_SYSRESETREQ_Msk   (1UL << SCB_AIRCR_SYSRESETREQ_Pos)
 
#define SCB_AIRCR_SYSRESETREQ_Pos   2U
 
#define SCB_AIRCR_VECTCLRACTIVE_Msk   (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos)
 
#define SCB_AIRCR_VECTCLRACTIVE_Pos   1U
 
#define SCB_AIRCR_VECTKEY_Msk   (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos)
 
#define SCB_AIRCR_VECTKEY_Pos   16U
 
#define SCB_AIRCR_VECTKEYSTAT_Msk   (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos)
 
#define SCB_AIRCR_VECTKEYSTAT_Pos   16U
 
#define SCB_BASE   (SCS_BASE + 0x0D00UL)
 
#define SCB_CCR_STKALIGN_Msk   (1UL << SCB_CCR_STKALIGN_Pos)
 
#define SCB_CCR_STKALIGN_Pos   9U
 
#define SCB_CCR_UNALIGN_TRP_Msk   (1UL << SCB_CCR_UNALIGN_TRP_Pos)
 
#define SCB_CCR_UNALIGN_TRP_Pos   3U
 
#define SCB_CPUID_ARCHITECTURE_Msk   (0xFUL << SCB_CPUID_ARCHITECTURE_Pos)
 
#define SCB_CPUID_ARCHITECTURE_Pos   16U
 
#define SCB_CPUID_IMPLEMENTER_Msk   (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos)
 
#define SCB_CPUID_IMPLEMENTER_Pos   24U
 
#define SCB_CPUID_PARTNO_Msk   (0xFFFUL << SCB_CPUID_PARTNO_Pos)
 
#define SCB_CPUID_PARTNO_Pos   4U
 
#define SCB_CPUID_REVISION_Msk   (0xFUL /*<< SCB_CPUID_REVISION_Pos*/)
 
#define SCB_CPUID_REVISION_Pos   0U
 
#define SCB_CPUID_VARIANT_Msk   (0xFUL << SCB_CPUID_VARIANT_Pos)
 
#define SCB_CPUID_VARIANT_Pos   20U
 
#define SCB_ICSR_ISRPENDING_Msk   (1UL << SCB_ICSR_ISRPENDING_Pos)
 
#define SCB_ICSR_ISRPENDING_Pos   22U
 
#define SCB_ICSR_ISRPREEMPT_Msk   (1UL << SCB_ICSR_ISRPREEMPT_Pos)
 
#define SCB_ICSR_ISRPREEMPT_Pos   23U
 
#define SCB_ICSR_NMIPENDSET_Msk   (1UL << SCB_ICSR_NMIPENDSET_Pos)
 
#define SCB_ICSR_NMIPENDSET_Pos   31U
 
#define SCB_ICSR_PENDSTCLR_Msk   (1UL << SCB_ICSR_PENDSTCLR_Pos)
 
#define SCB_ICSR_PENDSTCLR_Pos   25U
 
#define SCB_ICSR_PENDSTSET_Msk   (1UL << SCB_ICSR_PENDSTSET_Pos)
 
#define SCB_ICSR_PENDSTSET_Pos   26U
 
#define SCB_ICSR_PENDSVCLR_Msk   (1UL << SCB_ICSR_PENDSVCLR_Pos)
 
#define SCB_ICSR_PENDSVCLR_Pos   27U
 
#define SCB_ICSR_PENDSVSET_Msk   (1UL << SCB_ICSR_PENDSVSET_Pos)
 
#define SCB_ICSR_PENDSVSET_Pos   28U
 
#define SCB_ICSR_VECTACTIVE_Msk   (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/)
 
#define SCB_ICSR_VECTACTIVE_Pos   0U
 
#define SCB_ICSR_VECTPENDING_Msk   (0x1FFUL << SCB_ICSR_VECTPENDING_Pos)
 
#define SCB_ICSR_VECTPENDING_Pos   12U
 
#define SCB_SCR_SEVONPEND_Msk   (1UL << SCB_SCR_SEVONPEND_Pos)
 
#define SCB_SCR_SEVONPEND_Pos   4U
 
#define SCB_SCR_SLEEPDEEP_Msk   (1UL << SCB_SCR_SLEEPDEEP_Pos)
 
#define SCB_SCR_SLEEPDEEP_Pos   2U
 
#define SCB_SCR_SLEEPONEXIT_Msk   (1UL << SCB_SCR_SLEEPONEXIT_Pos)
 
#define SCB_SCR_SLEEPONEXIT_Pos   1U
 
#define SCB_SHCSR_SVCALLPENDED_Msk   (1UL << SCB_SHCSR_SVCALLPENDED_Pos)
 
#define SCB_SHCSR_SVCALLPENDED_Pos   15U
 
#define SCS_BASE   (0xE000E000UL)
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define SysTick_CALIB_NOREF_Msk   (1UL << SysTick_CALIB_NOREF_Pos)
 
#define SysTick_CALIB_NOREF_Pos   31U
 
#define SysTick_CALIB_SKEW_Msk   (1UL << SysTick_CALIB_SKEW_Pos)
 
#define SysTick_CALIB_SKEW_Pos   30U
 
#define SysTick_CALIB_TENMS_Msk   (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/)
 
#define SysTick_CALIB_TENMS_Pos   0U
 
#define SysTick_CTRL_CLKSOURCE_Msk   (1UL << SysTick_CTRL_CLKSOURCE_Pos)
 
#define SysTick_CTRL_CLKSOURCE_Pos   2U
 
#define SysTick_CTRL_COUNTFLAG_Msk   (1UL << SysTick_CTRL_COUNTFLAG_Pos)
 
#define SysTick_CTRL_COUNTFLAG_Pos   16U
 
#define SysTick_CTRL_ENABLE_Msk   (1UL /*<< SysTick_CTRL_ENABLE_Pos*/)
 
#define SysTick_CTRL_ENABLE_Pos   0U
 
#define SysTick_CTRL_TICKINT_Msk   (1UL << SysTick_CTRL_TICKINT_Pos)
 
#define SysTick_CTRL_TICKINT_Pos   1U
 
#define SysTick_LOAD_RELOAD_Msk   (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/)
 
#define SysTick_LOAD_RELOAD_Pos   0U
 
#define SysTick_VAL_CURRENT_Msk   (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/)
 
#define SysTick_VAL_CURRENT_Pos   0U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_N_Pos   31U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_Z_Pos   30U
 

Detailed Description

CMSIS Cortex-M0+ Core Peripheral Access Layer Header File.

Version
V5.0.6
Date
28. May 2018

Definition in file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

Macro Definition Documentation

◆ __CM0PLUS_CMSIS_VERSION

#define __CM0PLUS_CMSIS_VERSION

◆ __CM0PLUS_CMSIS_VERSION_MAIN

#define __CM0PLUS_CMSIS_VERSION_MAIN   (__CM_CMSIS_VERSION_MAIN)

Definition at line 66 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __CM0PLUS_CMSIS_VERSION_SUB

#define __CM0PLUS_CMSIS_VERSION_SUB   (__CM_CMSIS_VERSION_SUB)
Deprecated:
[15:0] CMSIS HAL sub version

Definition at line 67 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __CORE_CM0PLUS_H_DEPENDANT

#define __CORE_CM0PLUS_H_DEPENDANT

◆ __CORE_CM0PLUS_H_GENERIC

#define __CORE_CM0PLUS_H_GENERIC

◆ __CORTEX_M

#define __CORTEX_M   (0U)

Cortex-M Core

Definition at line 71 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __FPU_USED

#define __FPU_USED   0U

__FPU_USED indicates whether an FPU is used or not. This core does not support an FPU at all

Definition at line 76 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __I

#define __I   volatile const

Defines 'read only' permissions

Definition at line 172 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __IM

#define __IM   volatile const /*! Defines 'read only' structure member permissions */

◆ __IO

#define __IO   volatile

Defines 'read / write' permissions

Definition at line 175 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __IOM

#define __IOM   volatile /*! Defines 'read / write' structure member permissions */

◆ __O

#define __O   volatile

Defines 'write only' permissions

Definition at line 174 of file stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h.

◆ __OM

#define __OM   volatile /*! Defines 'write only' structure member permissions */
__CM0PLUS_CMSIS_VERSION_SUB
#define __CM0PLUS_CMSIS_VERSION_SUB
Definition: stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h:67
__CM0PLUS_CMSIS_VERSION_MAIN
#define __CM0PLUS_CMSIS_VERSION_MAIN
Definition: stm32f407/stm32f407g-disc1/Drivers/CMSIS/Include/core_cm0plus.h:66


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:56