CMSIS
xPSR_Type
is only used within CMSIS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
xPSR_Type
xPSR_Type union
Union type to access the Special-Purpose Program Status Registers (xPSR).
Syntax
Show:
Summary
Declaration
from
core_cm4.h:321
typedef
union
{
struct
{
uint32_t
ISR
:
9
;
uint32_t
_reserved0
:
1
;
uint32_t
ICI_IT_1
:
6
;
uint32_t
GE
:
4
;
uint32_t
_reserved1
:
4
;
uint32_t
T
:
1
;
uint32_t
ICI_IT_2
:
2
;
uint32_t
Q
:
1
;
uint32_t
V
:
1
;
uint32_t
C
:
1
;
uint32_t
Z
:
1
;
uint32_t
N
:
1
;
}
b
;
uint32_t
w
;
}
xPSR_Type
;
Fields
Field
Declared as
Description
xPSR_Type::b
struct
{
uint32_t
ISR
:
9
;
uint32_t
_reserved0
:
1
;
uint32_t
ICI_IT_1
:
6
;
uint32_t
GE
:
4
;
uint32_t
_reserved1
:
4
;
uint32_t
T
:
1
;
uint32_t
ICI_IT_2
:
2
;
uint32_t
Q
:
1
;
uint32_t
V
:
1
;
uint32_t
C
:
1
;
uint32_t
Z
:
1
;
uint32_t
N
:
1
;
}
Structure used for bit access.
xPSR_Type::w
uint32_t
Type used for word access.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out