DIY Logging Volt/Ampmeter
Status and Control Registers

Core Register type definitions. More...

Modules

 Nested Vectored Interrupt Controller (NVIC)
 Type definitions for the NVIC Registers.
 

Data Structures

union  APSR_Type
 Union type to access the Application Program Status Register (APSR). More...
 
union  IPSR_Type
 Union type to access the Interrupt Program Status Register (IPSR). More...
 
union  xPSR_Type
 Union type to access the Special-Purpose Program Status Registers (xPSR). More...
 
union  CONTROL_Type
 Union type to access the Control Registers (CONTROL). More...
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define APSR_GE_Pos   16U
 
#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_IT_Pos   25U
 
#define xPSR_IT_Msk   (3UL << xPSR_IT_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_GE_Pos   16U
 
#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SFPA_Pos   3U
 
#define CONTROL_SFPA_Msk   (1UL << CONTROL_SFPA_Pos)
 
#define CONTROL_FPCA_Pos   2U
 
#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_ICI_IT_2_Pos   25U
 
#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ICI_IT_1_Pos   10U
 
#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define APSR_GE_Pos   16U
 
#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_IT_Pos   25U
 
#define xPSR_IT_Msk   (3UL << xPSR_IT_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_GE_Pos   16U
 
#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SFPA_Pos   3U
 
#define CONTROL_SFPA_Msk   (1UL << CONTROL_SFPA_Pos)
 
#define CONTROL_FPCA_Pos   2U
 
#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define APSR_GE_Pos   16U
 
#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_ICI_IT_2_Pos   25U
 
#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_GE_Pos   16U
 
#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)
 
#define xPSR_ICI_IT_1_Pos   10U
 
#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_FPCA_Pos   2U
 
#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define APSR_GE_Pos   16U
 
#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_ICI_IT_2_Pos   25U
 
#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_GE_Pos   16U
 
#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)
 
#define xPSR_ICI_IT_1_Pos   10U
 
#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_FPCA_Pos   2U
 
#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define APSR_N_Pos   31U
 
#define APSR_N_Msk   (1UL << APSR_N_Pos)
 
#define APSR_Z_Pos   30U
 
#define APSR_Z_Msk   (1UL << APSR_Z_Pos)
 
#define APSR_C_Pos   29U
 
#define APSR_C_Msk   (1UL << APSR_C_Pos)
 
#define APSR_V_Pos   28U
 
#define APSR_V_Msk   (1UL << APSR_V_Pos)
 
#define APSR_Q_Pos   27U
 
#define APSR_Q_Msk   (1UL << APSR_Q_Pos)
 
#define IPSR_ISR_Pos   0U
 
#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)
 
#define xPSR_N_Pos   31U
 
#define xPSR_N_Msk   (1UL << xPSR_N_Pos)
 
#define xPSR_Z_Pos   30U
 
#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)
 
#define xPSR_C_Pos   29U
 
#define xPSR_C_Msk   (1UL << xPSR_C_Pos)
 
#define xPSR_V_Pos   28U
 
#define xPSR_V_Msk   (1UL << xPSR_V_Pos)
 
#define xPSR_Q_Pos   27U
 
#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)
 
#define xPSR_ICI_IT_2_Pos   25U
 
#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)
 
#define xPSR_T_Pos   24U
 
#define xPSR_T_Msk   (1UL << xPSR_T_Pos)
 
#define xPSR_ICI_IT_1_Pos   10U
 
#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)
 
#define xPSR_ISR_Pos   0U
 
#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)
 
#define CONTROL_SPSEL_Pos   1U
 
#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)
 
#define CONTROL_nPRIV_Pos   0U
 
#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)
 

Detailed Description

Core Register type definitions.

Macro Definition Documentation

◆ APSR_C_Msk [1/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 220 of file core_cm0.h.

◆ APSR_C_Msk [2/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 220 of file core_cm1.h.

◆ APSR_C_Msk [3/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 226 of file core_sc000.h.

◆ APSR_C_Msk [4/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 228 of file core_cm3.h.

◆ APSR_C_Msk [5/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 228 of file core_sc300.h.

◆ APSR_C_Msk [6/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 231 of file core_cm0plus.h.

◆ APSR_C_Msk [7/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 254 of file core_cm23.h.

◆ APSR_C_Msk [8/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 254 of file core_armv8mbl.h.

◆ APSR_C_Msk [9/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 283 of file core_cm4.h.

◆ APSR_C_Msk [10/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 298 of file core_cm7.h.

◆ APSR_C_Msk [11/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 338 of file core_armv8mml.h.

◆ APSR_C_Msk [12/12]

#define APSR_C_Msk   (1UL << APSR_C_Pos)

APSR: C Mask

Definition at line 338 of file core_cm33.h.

◆ APSR_C_Pos [1/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 219 of file core_cm0.h.

◆ APSR_C_Pos [2/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 219 of file core_cm1.h.

◆ APSR_C_Pos [3/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 225 of file core_sc000.h.

◆ APSR_C_Pos [4/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 227 of file core_cm3.h.

◆ APSR_C_Pos [5/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 227 of file core_sc300.h.

◆ APSR_C_Pos [6/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 230 of file core_cm0plus.h.

◆ APSR_C_Pos [7/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 253 of file core_cm23.h.

◆ APSR_C_Pos [8/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 253 of file core_armv8mbl.h.

◆ APSR_C_Pos [9/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 282 of file core_cm4.h.

◆ APSR_C_Pos [10/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 297 of file core_cm7.h.

◆ APSR_C_Pos [11/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 337 of file core_cm33.h.

◆ APSR_C_Pos [12/12]

#define APSR_C_Pos   29U

APSR: C Position

Definition at line 337 of file core_armv8mml.h.

◆ APSR_GE_Msk [1/4]

#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)

APSR: GE Mask

Definition at line 292 of file core_cm4.h.

◆ APSR_GE_Msk [2/4]

#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)

APSR: GE Mask

Definition at line 307 of file core_cm7.h.

◆ APSR_GE_Msk [3/4]

#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)

APSR: GE Mask

Definition at line 347 of file core_armv8mml.h.

◆ APSR_GE_Msk [4/4]

#define APSR_GE_Msk   (0xFUL << APSR_GE_Pos)

APSR: GE Mask

Definition at line 347 of file core_cm33.h.

◆ APSR_GE_Pos [1/4]

#define APSR_GE_Pos   16U

APSR: GE Position

Definition at line 291 of file core_cm4.h.

◆ APSR_GE_Pos [2/4]

#define APSR_GE_Pos   16U

APSR: GE Position

Definition at line 306 of file core_cm7.h.

◆ APSR_GE_Pos [3/4]

#define APSR_GE_Pos   16U

APSR: GE Position

Definition at line 346 of file core_armv8mml.h.

◆ APSR_GE_Pos [4/4]

#define APSR_GE_Pos   16U

APSR: GE Position

Definition at line 346 of file core_cm33.h.

◆ APSR_N_Msk [1/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 214 of file core_cm0.h.

◆ APSR_N_Msk [2/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 214 of file core_cm1.h.

◆ APSR_N_Msk [3/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 220 of file core_sc000.h.

◆ APSR_N_Msk [4/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 222 of file core_sc300.h.

◆ APSR_N_Msk [5/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 222 of file core_cm3.h.

◆ APSR_N_Msk [6/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 225 of file core_cm0plus.h.

◆ APSR_N_Msk [7/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 248 of file core_cm23.h.

◆ APSR_N_Msk [8/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 248 of file core_armv8mbl.h.

◆ APSR_N_Msk [9/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 277 of file core_cm4.h.

◆ APSR_N_Msk [10/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 292 of file core_cm7.h.

◆ APSR_N_Msk [11/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 332 of file core_cm33.h.

◆ APSR_N_Msk [12/12]

#define APSR_N_Msk   (1UL << APSR_N_Pos)

APSR: N Mask

Definition at line 332 of file core_armv8mml.h.

◆ APSR_N_Pos [1/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 213 of file core_cm0.h.

◆ APSR_N_Pos [2/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 213 of file core_cm1.h.

◆ APSR_N_Pos [3/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 219 of file core_sc000.h.

◆ APSR_N_Pos [4/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 221 of file core_cm3.h.

◆ APSR_N_Pos [5/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 221 of file core_sc300.h.

◆ APSR_N_Pos [6/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 224 of file core_cm0plus.h.

◆ APSR_N_Pos [7/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 247 of file core_cm23.h.

◆ APSR_N_Pos [8/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 247 of file core_armv8mbl.h.

◆ APSR_N_Pos [9/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 276 of file core_cm4.h.

◆ APSR_N_Pos [10/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 291 of file core_cm7.h.

◆ APSR_N_Pos [11/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 331 of file core_cm33.h.

◆ APSR_N_Pos [12/12]

#define APSR_N_Pos   31U

APSR: N Position

Definition at line 331 of file core_armv8mml.h.

◆ APSR_Q_Msk [1/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 234 of file core_cm3.h.

◆ APSR_Q_Msk [2/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 234 of file core_sc300.h.

◆ APSR_Q_Msk [3/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 289 of file core_cm4.h.

◆ APSR_Q_Msk [4/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 304 of file core_cm7.h.

◆ APSR_Q_Msk [5/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 344 of file core_armv8mml.h.

◆ APSR_Q_Msk [6/6]

#define APSR_Q_Msk   (1UL << APSR_Q_Pos)

APSR: Q Mask

Definition at line 344 of file core_cm33.h.

◆ APSR_Q_Pos [1/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 233 of file core_cm3.h.

◆ APSR_Q_Pos [2/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 233 of file core_sc300.h.

◆ APSR_Q_Pos [3/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 288 of file core_cm4.h.

◆ APSR_Q_Pos [4/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 303 of file core_cm7.h.

◆ APSR_Q_Pos [5/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 343 of file core_armv8mml.h.

◆ APSR_Q_Pos [6/6]

#define APSR_Q_Pos   27U

APSR: Q Position

Definition at line 343 of file core_cm33.h.

◆ APSR_V_Msk [1/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 223 of file core_cm0.h.

◆ APSR_V_Msk [2/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 223 of file core_cm1.h.

◆ APSR_V_Msk [3/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 229 of file core_sc000.h.

◆ APSR_V_Msk [4/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 231 of file core_cm3.h.

◆ APSR_V_Msk [5/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 231 of file core_sc300.h.

◆ APSR_V_Msk [6/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 234 of file core_cm0plus.h.

◆ APSR_V_Msk [7/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 257 of file core_armv8mbl.h.

◆ APSR_V_Msk [8/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 257 of file core_cm23.h.

◆ APSR_V_Msk [9/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 286 of file core_cm4.h.

◆ APSR_V_Msk [10/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 301 of file core_cm7.h.

◆ APSR_V_Msk [11/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 341 of file core_armv8mml.h.

◆ APSR_V_Msk [12/12]

#define APSR_V_Msk   (1UL << APSR_V_Pos)

APSR: V Mask

Definition at line 341 of file core_cm33.h.

◆ APSR_V_Pos [1/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 222 of file core_cm0.h.

◆ APSR_V_Pos [2/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 222 of file core_cm1.h.

◆ APSR_V_Pos [3/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 228 of file core_sc000.h.

◆ APSR_V_Pos [4/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 230 of file core_cm3.h.

◆ APSR_V_Pos [5/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 230 of file core_sc300.h.

◆ APSR_V_Pos [6/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 233 of file core_cm0plus.h.

◆ APSR_V_Pos [7/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 256 of file core_cm23.h.

◆ APSR_V_Pos [8/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 256 of file core_armv8mbl.h.

◆ APSR_V_Pos [9/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 285 of file core_cm4.h.

◆ APSR_V_Pos [10/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 300 of file core_cm7.h.

◆ APSR_V_Pos [11/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 340 of file core_armv8mml.h.

◆ APSR_V_Pos [12/12]

#define APSR_V_Pos   28U

APSR: V Position

Definition at line 340 of file core_cm33.h.

◆ APSR_Z_Msk [1/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 217 of file core_cm0.h.

◆ APSR_Z_Msk [2/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 217 of file core_cm1.h.

◆ APSR_Z_Msk [3/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 223 of file core_sc000.h.

◆ APSR_Z_Msk [4/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 225 of file core_cm3.h.

◆ APSR_Z_Msk [5/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 225 of file core_sc300.h.

◆ APSR_Z_Msk [6/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 228 of file core_cm0plus.h.

◆ APSR_Z_Msk [7/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 251 of file core_armv8mbl.h.

◆ APSR_Z_Msk [8/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 251 of file core_cm23.h.

◆ APSR_Z_Msk [9/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 280 of file core_cm4.h.

◆ APSR_Z_Msk [10/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 295 of file core_cm7.h.

◆ APSR_Z_Msk [11/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 335 of file core_cm33.h.

◆ APSR_Z_Msk [12/12]

#define APSR_Z_Msk   (1UL << APSR_Z_Pos)

APSR: Z Mask

Definition at line 335 of file core_armv8mml.h.

◆ APSR_Z_Pos [1/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 216 of file core_cm0.h.

◆ APSR_Z_Pos [2/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 216 of file core_cm1.h.

◆ APSR_Z_Pos [3/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 222 of file core_sc000.h.

◆ APSR_Z_Pos [4/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 224 of file core_cm3.h.

◆ APSR_Z_Pos [5/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 224 of file core_sc300.h.

◆ APSR_Z_Pos [6/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 227 of file core_cm0plus.h.

◆ APSR_Z_Pos [7/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 250 of file core_cm23.h.

◆ APSR_Z_Pos [8/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 250 of file core_armv8mbl.h.

◆ APSR_Z_Pos [9/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 279 of file core_cm4.h.

◆ APSR_Z_Pos [10/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 294 of file core_cm7.h.

◆ APSR_Z_Pos [11/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 334 of file core_cm33.h.

◆ APSR_Z_Pos [12/12]

#define APSR_Z_Pos   30U

APSR: Z Position

Definition at line 334 of file core_armv8mml.h.

◆ CONTROL_FPCA_Msk [1/4]

#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)

CONTROL: FPCA Mask

Definition at line 385 of file core_cm4.h.

◆ CONTROL_FPCA_Msk [2/4]

#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)

CONTROL: FPCA Mask

Definition at line 400 of file core_cm7.h.

◆ CONTROL_FPCA_Msk [3/4]

#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)

CONTROL: FPCA Mask

Definition at line 440 of file core_cm33.h.

◆ CONTROL_FPCA_Msk [4/4]

#define CONTROL_FPCA_Msk   (1UL << CONTROL_FPCA_Pos)

CONTROL: FPCA Mask

Definition at line 440 of file core_armv8mml.h.

◆ CONTROL_FPCA_Pos [1/4]

#define CONTROL_FPCA_Pos   2U

CONTROL: FPCA Position

Definition at line 384 of file core_cm4.h.

◆ CONTROL_FPCA_Pos [2/4]

#define CONTROL_FPCA_Pos   2U

CONTROL: FPCA Position

Definition at line 399 of file core_cm7.h.

◆ CONTROL_FPCA_Pos [3/4]

#define CONTROL_FPCA_Pos   2U

CONTROL: FPCA Position

Definition at line 439 of file core_cm33.h.

◆ CONTROL_FPCA_Pos [4/4]

#define CONTROL_FPCA_Pos   2U

CONTROL: FPCA Position

Definition at line 439 of file core_armv8mml.h.

◆ CONTROL_nPRIV_Msk [1/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 313 of file core_cm0plus.h.

◆ CONTROL_nPRIV_Msk [2/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 325 of file core_sc300.h.

◆ CONTROL_nPRIV_Msk [3/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 325 of file core_cm3.h.

◆ CONTROL_nPRIV_Msk [4/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 336 of file core_cm23.h.

◆ CONTROL_nPRIV_Msk [5/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 336 of file core_armv8mbl.h.

◆ CONTROL_nPRIV_Msk [6/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 391 of file core_cm4.h.

◆ CONTROL_nPRIV_Msk [7/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 406 of file core_cm7.h.

◆ CONTROL_nPRIV_Msk [8/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 446 of file core_armv8mml.h.

◆ CONTROL_nPRIV_Msk [9/9]

#define CONTROL_nPRIV_Msk   (1UL /*<< CONTROL_nPRIV_Pos*/)

CONTROL: nPRIV Mask

Definition at line 446 of file core_cm33.h.

◆ CONTROL_nPRIV_Pos [1/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 312 of file core_cm0plus.h.

◆ CONTROL_nPRIV_Pos [2/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 324 of file core_sc300.h.

◆ CONTROL_nPRIV_Pos [3/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 324 of file core_cm3.h.

◆ CONTROL_nPRIV_Pos [4/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 335 of file core_cm23.h.

◆ CONTROL_nPRIV_Pos [5/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 335 of file core_armv8mbl.h.

◆ CONTROL_nPRIV_Pos [6/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 390 of file core_cm4.h.

◆ CONTROL_nPRIV_Pos [7/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 405 of file core_cm7.h.

◆ CONTROL_nPRIV_Pos [8/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 445 of file core_armv8mml.h.

◆ CONTROL_nPRIV_Pos [9/9]

#define CONTROL_nPRIV_Pos   0U

CONTROL: nPRIV Position

Definition at line 445 of file core_cm33.h.

◆ CONTROL_SFPA_Msk [1/2]

#define CONTROL_SFPA_Msk   (1UL << CONTROL_SFPA_Pos)

CONTROL: SFPA Mask

Definition at line 437 of file core_cm33.h.

◆ CONTROL_SFPA_Msk [2/2]

#define CONTROL_SFPA_Msk   (1UL << CONTROL_SFPA_Pos)

CONTROL: SFPA Mask

Definition at line 437 of file core_armv8mml.h.

◆ CONTROL_SFPA_Pos [1/2]

#define CONTROL_SFPA_Pos   3U

CONTROL: SFPA Position

Definition at line 436 of file core_cm33.h.

◆ CONTROL_SFPA_Pos [2/2]

#define CONTROL_SFPA_Pos   3U

CONTROL: SFPA Position

Definition at line 436 of file core_armv8mml.h.

◆ CONTROL_SPSEL_Msk [1/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 299 of file core_cm1.h.

◆ CONTROL_SPSEL_Msk [2/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 299 of file core_cm0.h.

◆ CONTROL_SPSEL_Msk [3/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 305 of file core_sc000.h.

◆ CONTROL_SPSEL_Msk [4/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 310 of file core_cm0plus.h.

◆ CONTROL_SPSEL_Msk [5/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 322 of file core_sc300.h.

◆ CONTROL_SPSEL_Msk [6/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 322 of file core_cm3.h.

◆ CONTROL_SPSEL_Msk [7/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 333 of file core_cm23.h.

◆ CONTROL_SPSEL_Msk [8/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 333 of file core_armv8mbl.h.

◆ CONTROL_SPSEL_Msk [9/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 388 of file core_cm4.h.

◆ CONTROL_SPSEL_Msk [10/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 403 of file core_cm7.h.

◆ CONTROL_SPSEL_Msk [11/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 443 of file core_armv8mml.h.

◆ CONTROL_SPSEL_Msk [12/12]

#define CONTROL_SPSEL_Msk   (1UL << CONTROL_SPSEL_Pos)

CONTROL: SPSEL Mask

Definition at line 443 of file core_cm33.h.

◆ CONTROL_SPSEL_Pos [1/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 298 of file core_cm1.h.

◆ CONTROL_SPSEL_Pos [2/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 298 of file core_cm0.h.

◆ CONTROL_SPSEL_Pos [3/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 304 of file core_sc000.h.

◆ CONTROL_SPSEL_Pos [4/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 309 of file core_cm0plus.h.

◆ CONTROL_SPSEL_Pos [5/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 321 of file core_sc300.h.

◆ CONTROL_SPSEL_Pos [6/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 321 of file core_cm3.h.

◆ CONTROL_SPSEL_Pos [7/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 332 of file core_cm23.h.

◆ CONTROL_SPSEL_Pos [8/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 332 of file core_armv8mbl.h.

◆ CONTROL_SPSEL_Pos [9/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 387 of file core_cm4.h.

◆ CONTROL_SPSEL_Pos [10/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 402 of file core_cm7.h.

◆ CONTROL_SPSEL_Pos [11/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 442 of file core_cm33.h.

◆ CONTROL_SPSEL_Pos [12/12]

#define CONTROL_SPSEL_Pos   1U

CONTROL: SPSEL Position

Definition at line 442 of file core_armv8mml.h.

◆ IPSR_ISR_Msk [1/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 241 of file core_cm0.h.

◆ IPSR_ISR_Msk [2/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 241 of file core_cm1.h.

◆ IPSR_ISR_Msk [3/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 247 of file core_sc000.h.

◆ IPSR_ISR_Msk [4/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 252 of file core_cm3.h.

◆ IPSR_ISR_Msk [5/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 252 of file core_sc300.h.

◆ IPSR_ISR_Msk [6/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 252 of file core_cm0plus.h.

◆ IPSR_ISR_Msk [7/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 275 of file core_cm23.h.

◆ IPSR_ISR_Msk [8/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 275 of file core_armv8mbl.h.

◆ IPSR_ISR_Msk [9/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 310 of file core_cm4.h.

◆ IPSR_ISR_Msk [10/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 325 of file core_cm7.h.

◆ IPSR_ISR_Msk [11/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 365 of file core_armv8mml.h.

◆ IPSR_ISR_Msk [12/12]

#define IPSR_ISR_Msk   (0x1FFUL /*<< IPSR_ISR_Pos*/)

IPSR: ISR Mask

Definition at line 365 of file core_cm33.h.

◆ IPSR_ISR_Pos [1/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 240 of file core_cm0.h.

◆ IPSR_ISR_Pos [2/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 240 of file core_cm1.h.

◆ IPSR_ISR_Pos [3/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 246 of file core_sc000.h.

◆ IPSR_ISR_Pos [4/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 251 of file core_cm3.h.

◆ IPSR_ISR_Pos [5/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 251 of file core_cm0plus.h.

◆ IPSR_ISR_Pos [6/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 251 of file core_sc300.h.

◆ IPSR_ISR_Pos [7/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 274 of file core_armv8mbl.h.

◆ IPSR_ISR_Pos [8/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 274 of file core_cm23.h.

◆ IPSR_ISR_Pos [9/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 309 of file core_cm4.h.

◆ IPSR_ISR_Pos [10/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 324 of file core_cm7.h.

◆ IPSR_ISR_Pos [11/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 364 of file core_armv8mml.h.

◆ IPSR_ISR_Pos [12/12]

#define IPSR_ISR_Pos   0U

IPSR: ISR Position

Definition at line 364 of file core_cm33.h.

◆ xPSR_C_Msk [1/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 271 of file core_cm1.h.

◆ xPSR_C_Msk [2/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 271 of file core_cm0.h.

◆ xPSR_C_Msk [3/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 277 of file core_sc000.h.

◆ xPSR_C_Msk [4/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 282 of file core_cm0plus.h.

◆ xPSR_C_Msk [5/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 285 of file core_sc300.h.

◆ xPSR_C_Msk [6/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 285 of file core_cm3.h.

◆ xPSR_C_Msk [7/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 305 of file core_armv8mbl.h.

◆ xPSR_C_Msk [8/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 305 of file core_cm23.h.

◆ xPSR_C_Msk [9/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 344 of file core_cm4.h.

◆ xPSR_C_Msk [10/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 359 of file core_cm7.h.

◆ xPSR_C_Msk [11/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 398 of file core_armv8mml.h.

◆ xPSR_C_Msk [12/12]

#define xPSR_C_Msk   (1UL << xPSR_C_Pos)

xPSR: C Mask

Definition at line 398 of file core_cm33.h.

◆ xPSR_C_Pos [1/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 270 of file core_cm1.h.

◆ xPSR_C_Pos [2/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 270 of file core_cm0.h.

◆ xPSR_C_Pos [3/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 276 of file core_sc000.h.

◆ xPSR_C_Pos [4/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 281 of file core_cm0plus.h.

◆ xPSR_C_Pos [5/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 284 of file core_sc300.h.

◆ xPSR_C_Pos [6/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 284 of file core_cm3.h.

◆ xPSR_C_Pos [7/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 304 of file core_cm23.h.

◆ xPSR_C_Pos [8/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 304 of file core_armv8mbl.h.

◆ xPSR_C_Pos [9/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 343 of file core_cm4.h.

◆ xPSR_C_Pos [10/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 358 of file core_cm7.h.

◆ xPSR_C_Pos [11/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 397 of file core_armv8mml.h.

◆ xPSR_C_Pos [12/12]

#define xPSR_C_Pos   29U

xPSR: C Position

Definition at line 397 of file core_cm33.h.

◆ xPSR_GE_Msk [1/4]

#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)

xPSR: GE Mask

Definition at line 359 of file core_cm4.h.

◆ xPSR_GE_Msk [2/4]

#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)

xPSR: GE Mask

Definition at line 374 of file core_cm7.h.

◆ xPSR_GE_Msk [3/4]

#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)

xPSR: GE Mask

Definition at line 413 of file core_armv8mml.h.

◆ xPSR_GE_Msk [4/4]

#define xPSR_GE_Msk   (0xFUL << xPSR_GE_Pos)

xPSR: GE Mask

Definition at line 413 of file core_cm33.h.

◆ xPSR_GE_Pos [1/4]

#define xPSR_GE_Pos   16U

xPSR: GE Position

Definition at line 358 of file core_cm4.h.

◆ xPSR_GE_Pos [2/4]

#define xPSR_GE_Pos   16U

xPSR: GE Position

Definition at line 373 of file core_cm7.h.

◆ xPSR_GE_Pos [3/4]

#define xPSR_GE_Pos   16U

xPSR: GE Position

Definition at line 412 of file core_armv8mml.h.

◆ xPSR_GE_Pos [4/4]

#define xPSR_GE_Pos   16U

xPSR: GE Position

Definition at line 412 of file core_cm33.h.

◆ xPSR_ICI_IT_1_Msk [1/4]

#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)

xPSR: ICI/IT part 1 Mask

Definition at line 300 of file core_sc300.h.

◆ xPSR_ICI_IT_1_Msk [2/4]

#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)

xPSR: ICI/IT part 1 Mask

Definition at line 300 of file core_cm3.h.

◆ xPSR_ICI_IT_1_Msk [3/4]

#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)

xPSR: ICI/IT part 1 Mask

Definition at line 362 of file core_cm4.h.

◆ xPSR_ICI_IT_1_Msk [4/4]

#define xPSR_ICI_IT_1_Msk   (0x3FUL << xPSR_ICI_IT_1_Pos)

xPSR: ICI/IT part 1 Mask

Definition at line 377 of file core_cm7.h.

◆ xPSR_ICI_IT_1_Pos [1/4]

#define xPSR_ICI_IT_1_Pos   10U

xPSR: ICI/IT part 1 Position

Definition at line 299 of file core_sc300.h.

◆ xPSR_ICI_IT_1_Pos [2/4]

#define xPSR_ICI_IT_1_Pos   10U

xPSR: ICI/IT part 1 Position

Definition at line 299 of file core_cm3.h.

◆ xPSR_ICI_IT_1_Pos [3/4]

#define xPSR_ICI_IT_1_Pos   10U

xPSR: ICI/IT part 1 Position

Definition at line 361 of file core_cm4.h.

◆ xPSR_ICI_IT_1_Pos [4/4]

#define xPSR_ICI_IT_1_Pos   10U

xPSR: ICI/IT part 1 Position

Definition at line 376 of file core_cm7.h.

◆ xPSR_ICI_IT_2_Msk [1/4]

#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)

xPSR: ICI/IT part 2 Mask

Definition at line 294 of file core_sc300.h.

◆ xPSR_ICI_IT_2_Msk [2/4]

#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)

xPSR: ICI/IT part 2 Mask

Definition at line 294 of file core_cm3.h.

◆ xPSR_ICI_IT_2_Msk [3/4]

#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)

xPSR: ICI/IT part 2 Mask

Definition at line 353 of file core_cm4.h.

◆ xPSR_ICI_IT_2_Msk [4/4]

#define xPSR_ICI_IT_2_Msk   (3UL << xPSR_ICI_IT_2_Pos)

xPSR: ICI/IT part 2 Mask

Definition at line 368 of file core_cm7.h.

◆ xPSR_ICI_IT_2_Pos [1/4]

#define xPSR_ICI_IT_2_Pos   25U

xPSR: ICI/IT part 2 Position

Definition at line 293 of file core_cm3.h.

◆ xPSR_ICI_IT_2_Pos [2/4]

#define xPSR_ICI_IT_2_Pos   25U

xPSR: ICI/IT part 2 Position

Definition at line 293 of file core_sc300.h.

◆ xPSR_ICI_IT_2_Pos [3/4]

#define xPSR_ICI_IT_2_Pos   25U

xPSR: ICI/IT part 2 Position

Definition at line 352 of file core_cm4.h.

◆ xPSR_ICI_IT_2_Pos [4/4]

#define xPSR_ICI_IT_2_Pos   25U

xPSR: ICI/IT part 2 Position

Definition at line 367 of file core_cm7.h.

◆ xPSR_ISR_Msk [1/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 280 of file core_cm1.h.

◆ xPSR_ISR_Msk [2/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 280 of file core_cm0.h.

◆ xPSR_ISR_Msk [3/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 286 of file core_sc000.h.

◆ xPSR_ISR_Msk [4/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 291 of file core_cm0plus.h.

◆ xPSR_ISR_Msk [5/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 303 of file core_sc300.h.

◆ xPSR_ISR_Msk [6/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 303 of file core_cm3.h.

◆ xPSR_ISR_Msk [7/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 314 of file core_cm23.h.

◆ xPSR_ISR_Msk [8/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 314 of file core_armv8mbl.h.

◆ xPSR_ISR_Msk [9/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 365 of file core_cm4.h.

◆ xPSR_ISR_Msk [10/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 380 of file core_cm7.h.

◆ xPSR_ISR_Msk [11/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 416 of file core_cm33.h.

◆ xPSR_ISR_Msk [12/12]

#define xPSR_ISR_Msk   (0x1FFUL /*<< xPSR_ISR_Pos*/)

xPSR: ISR Mask

Definition at line 416 of file core_armv8mml.h.

◆ xPSR_ISR_Pos [1/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 279 of file core_cm1.h.

◆ xPSR_ISR_Pos [2/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 279 of file core_cm0.h.

◆ xPSR_ISR_Pos [3/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 285 of file core_sc000.h.

◆ xPSR_ISR_Pos [4/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 290 of file core_cm0plus.h.

◆ xPSR_ISR_Pos [5/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 302 of file core_sc300.h.

◆ xPSR_ISR_Pos [6/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 302 of file core_cm3.h.

◆ xPSR_ISR_Pos [7/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 313 of file core_cm23.h.

◆ xPSR_ISR_Pos [8/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 313 of file core_armv8mbl.h.

◆ xPSR_ISR_Pos [9/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 364 of file core_cm4.h.

◆ xPSR_ISR_Pos [10/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 379 of file core_cm7.h.

◆ xPSR_ISR_Pos [11/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 415 of file core_armv8mml.h.

◆ xPSR_ISR_Pos [12/12]

#define xPSR_ISR_Pos   0U

xPSR: ISR Position

Definition at line 415 of file core_cm33.h.

◆ xPSR_IT_Msk [1/2]

#define xPSR_IT_Msk   (3UL << xPSR_IT_Pos)

xPSR: IT Mask

Definition at line 407 of file core_armv8mml.h.

◆ xPSR_IT_Msk [2/2]

#define xPSR_IT_Msk   (3UL << xPSR_IT_Pos)

xPSR: IT Mask

Definition at line 407 of file core_cm33.h.

◆ xPSR_IT_Pos [1/2]

#define xPSR_IT_Pos   25U

xPSR: IT Position

Definition at line 406 of file core_armv8mml.h.

◆ xPSR_IT_Pos [2/2]

#define xPSR_IT_Pos   25U

xPSR: IT Position

Definition at line 406 of file core_cm33.h.

◆ xPSR_N_Msk [1/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 265 of file core_cm1.h.

◆ xPSR_N_Msk [2/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 265 of file core_cm0.h.

◆ xPSR_N_Msk [3/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 271 of file core_sc000.h.

◆ xPSR_N_Msk [4/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 276 of file core_cm0plus.h.

◆ xPSR_N_Msk [5/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 279 of file core_sc300.h.

◆ xPSR_N_Msk [6/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 279 of file core_cm3.h.

◆ xPSR_N_Msk [7/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 299 of file core_cm23.h.

◆ xPSR_N_Msk [8/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 299 of file core_armv8mbl.h.

◆ xPSR_N_Msk [9/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 338 of file core_cm4.h.

◆ xPSR_N_Msk [10/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 353 of file core_cm7.h.

◆ xPSR_N_Msk [11/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 392 of file core_armv8mml.h.

◆ xPSR_N_Msk [12/12]

#define xPSR_N_Msk   (1UL << xPSR_N_Pos)

xPSR: N Mask

Definition at line 392 of file core_cm33.h.

◆ xPSR_N_Pos [1/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 264 of file core_cm0.h.

◆ xPSR_N_Pos [2/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 264 of file core_cm1.h.

◆ xPSR_N_Pos [3/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 270 of file core_sc000.h.

◆ xPSR_N_Pos [4/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 275 of file core_cm0plus.h.

◆ xPSR_N_Pos [5/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 278 of file core_cm3.h.

◆ xPSR_N_Pos [6/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 278 of file core_sc300.h.

◆ xPSR_N_Pos [7/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 298 of file core_armv8mbl.h.

◆ xPSR_N_Pos [8/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 298 of file core_cm23.h.

◆ xPSR_N_Pos [9/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 337 of file core_cm4.h.

◆ xPSR_N_Pos [10/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 352 of file core_cm7.h.

◆ xPSR_N_Pos [11/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 391 of file core_armv8mml.h.

◆ xPSR_N_Pos [12/12]

#define xPSR_N_Pos   31U

xPSR: N Position

Definition at line 391 of file core_cm33.h.

◆ xPSR_Q_Msk [1/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 291 of file core_cm3.h.

◆ xPSR_Q_Msk [2/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 291 of file core_sc300.h.

◆ xPSR_Q_Msk [3/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 350 of file core_cm4.h.

◆ xPSR_Q_Msk [4/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 365 of file core_cm7.h.

◆ xPSR_Q_Msk [5/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 404 of file core_cm33.h.

◆ xPSR_Q_Msk [6/6]

#define xPSR_Q_Msk   (1UL << xPSR_Q_Pos)

xPSR: Q Mask

Definition at line 404 of file core_armv8mml.h.

◆ xPSR_Q_Pos [1/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 290 of file core_cm3.h.

◆ xPSR_Q_Pos [2/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 290 of file core_sc300.h.

◆ xPSR_Q_Pos [3/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 349 of file core_cm4.h.

◆ xPSR_Q_Pos [4/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 364 of file core_cm7.h.

◆ xPSR_Q_Pos [5/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 403 of file core_cm33.h.

◆ xPSR_Q_Pos [6/6]

#define xPSR_Q_Pos   27U

xPSR: Q Position

Definition at line 403 of file core_armv8mml.h.

◆ xPSR_T_Msk [1/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 277 of file core_cm0.h.

◆ xPSR_T_Msk [2/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 277 of file core_cm1.h.

◆ xPSR_T_Msk [3/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 283 of file core_sc000.h.

◆ xPSR_T_Msk [4/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 288 of file core_cm0plus.h.

◆ xPSR_T_Msk [5/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 297 of file core_cm3.h.

◆ xPSR_T_Msk [6/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 297 of file core_sc300.h.

◆ xPSR_T_Msk [7/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 311 of file core_cm23.h.

◆ xPSR_T_Msk [8/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 311 of file core_armv8mbl.h.

◆ xPSR_T_Msk [9/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 356 of file core_cm4.h.

◆ xPSR_T_Msk [10/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 371 of file core_cm7.h.

◆ xPSR_T_Msk [11/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 410 of file core_cm33.h.

◆ xPSR_T_Msk [12/12]

#define xPSR_T_Msk   (1UL << xPSR_T_Pos)

xPSR: T Mask

Definition at line 410 of file core_armv8mml.h.

◆ xPSR_T_Pos [1/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 276 of file core_cm0.h.

◆ xPSR_T_Pos [2/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 276 of file core_cm1.h.

◆ xPSR_T_Pos [3/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 282 of file core_sc000.h.

◆ xPSR_T_Pos [4/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 287 of file core_cm0plus.h.

◆ xPSR_T_Pos [5/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 296 of file core_sc300.h.

◆ xPSR_T_Pos [6/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 296 of file core_cm3.h.

◆ xPSR_T_Pos [7/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 310 of file core_cm23.h.

◆ xPSR_T_Pos [8/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 310 of file core_armv8mbl.h.

◆ xPSR_T_Pos [9/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 355 of file core_cm4.h.

◆ xPSR_T_Pos [10/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 370 of file core_cm7.h.

◆ xPSR_T_Pos [11/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 409 of file core_armv8mml.h.

◆ xPSR_T_Pos [12/12]

#define xPSR_T_Pos   24U

xPSR: T Position

Definition at line 409 of file core_cm33.h.

◆ xPSR_V_Msk [1/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 274 of file core_cm0.h.

◆ xPSR_V_Msk [2/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 274 of file core_cm1.h.

◆ xPSR_V_Msk [3/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 280 of file core_sc000.h.

◆ xPSR_V_Msk [4/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 285 of file core_cm0plus.h.

◆ xPSR_V_Msk [5/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 288 of file core_sc300.h.

◆ xPSR_V_Msk [6/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 288 of file core_cm3.h.

◆ xPSR_V_Msk [7/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 308 of file core_cm23.h.

◆ xPSR_V_Msk [8/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 308 of file core_armv8mbl.h.

◆ xPSR_V_Msk [9/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 347 of file core_cm4.h.

◆ xPSR_V_Msk [10/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 362 of file core_cm7.h.

◆ xPSR_V_Msk [11/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 401 of file core_armv8mml.h.

◆ xPSR_V_Msk [12/12]

#define xPSR_V_Msk   (1UL << xPSR_V_Pos)

xPSR: V Mask

Definition at line 401 of file core_cm33.h.

◆ xPSR_V_Pos [1/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 273 of file core_cm1.h.

◆ xPSR_V_Pos [2/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 273 of file core_cm0.h.

◆ xPSR_V_Pos [3/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 279 of file core_sc000.h.

◆ xPSR_V_Pos [4/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 284 of file core_cm0plus.h.

◆ xPSR_V_Pos [5/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 287 of file core_sc300.h.

◆ xPSR_V_Pos [6/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 287 of file core_cm3.h.

◆ xPSR_V_Pos [7/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 307 of file core_armv8mbl.h.

◆ xPSR_V_Pos [8/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 307 of file core_cm23.h.

◆ xPSR_V_Pos [9/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 346 of file core_cm4.h.

◆ xPSR_V_Pos [10/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 361 of file core_cm7.h.

◆ xPSR_V_Pos [11/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 400 of file core_cm33.h.

◆ xPSR_V_Pos [12/12]

#define xPSR_V_Pos   28U

xPSR: V Position

Definition at line 400 of file core_armv8mml.h.

◆ xPSR_Z_Msk [1/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 268 of file core_cm1.h.

◆ xPSR_Z_Msk [2/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 268 of file core_cm0.h.

◆ xPSR_Z_Msk [3/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 274 of file core_sc000.h.

◆ xPSR_Z_Msk [4/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 279 of file core_cm0plus.h.

◆ xPSR_Z_Msk [5/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 282 of file core_cm3.h.

◆ xPSR_Z_Msk [6/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 282 of file core_sc300.h.

◆ xPSR_Z_Msk [7/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 302 of file core_armv8mbl.h.

◆ xPSR_Z_Msk [8/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 302 of file core_cm23.h.

◆ xPSR_Z_Msk [9/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 341 of file core_cm4.h.

◆ xPSR_Z_Msk [10/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 356 of file core_cm7.h.

◆ xPSR_Z_Msk [11/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 395 of file core_cm33.h.

◆ xPSR_Z_Msk [12/12]

#define xPSR_Z_Msk   (1UL << xPSR_Z_Pos)

xPSR: Z Mask

Definition at line 395 of file core_armv8mml.h.

◆ xPSR_Z_Pos [1/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 267 of file core_cm1.h.

◆ xPSR_Z_Pos [2/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 267 of file core_cm0.h.

◆ xPSR_Z_Pos [3/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 273 of file core_sc000.h.

◆ xPSR_Z_Pos [4/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 278 of file core_cm0plus.h.

◆ xPSR_Z_Pos [5/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 281 of file core_sc300.h.

◆ xPSR_Z_Pos [6/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 281 of file core_cm3.h.

◆ xPSR_Z_Pos [7/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 301 of file core_cm23.h.

◆ xPSR_Z_Pos [8/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 301 of file core_armv8mbl.h.

◆ xPSR_Z_Pos [9/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 340 of file core_cm4.h.

◆ xPSR_Z_Pos [10/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 355 of file core_cm7.h.

◆ xPSR_Z_Pos [11/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 394 of file core_armv8mml.h.

◆ xPSR_Z_Pos [12/12]

#define xPSR_Z_Pos   30U

xPSR: Z Position

Definition at line 394 of file core_cm33.h.