Core Register type definitions.
More...
|
| 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...
|
| |
Core Register type definitions.
§ APSR_N_Pos
§ APSR_N_Msk
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
§ APSR_Z_Pos
§ APSR_Z_Msk
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
§ APSR_C_Pos
§ APSR_C_Msk
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
§ APSR_V_Pos
§ APSR_V_Msk
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
§ IPSR_ISR_Pos
§ IPSR_ISR_Msk
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
§ xPSR_N_Pos
§ xPSR_N_Msk
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
§ xPSR_Z_Pos
§ xPSR_Z_Msk
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
§ xPSR_C_Pos
§ xPSR_C_Msk
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
§ xPSR_V_Pos
§ xPSR_V_Msk
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
§ xPSR_T_Pos
§ xPSR_T_Msk
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
§ xPSR_ISR_Pos
§ xPSR_ISR_Msk
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
§ CONTROL_SPSEL_Pos
| #define CONTROL_SPSEL_Pos 1U |
§ CONTROL_SPSEL_Msk
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
§ CONTROL_nPRIV_Pos
| #define CONTROL_nPRIV_Pos 0U |
§ CONTROL_nPRIV_Msk
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |