|
|
static constexpr u8 | kTPos = 0U |
| |
|
static constexpr u8 | kExecModePos = 1U |
| |
|
static constexpr u8 | kControlNPrivPos = 2U |
| |
|
static constexpr u8 | kControlSpSelPos = 3U |
| |
|
static constexpr u8 | kControlFpcaPos = 4U |
| |
|
static constexpr u32 | kTMsk = 1U << kTPos |
| |
|
static constexpr u32 | kExecModeMsk = 1U << kExecModePos |
| |
|
static constexpr u32 | kExecModeThread = 0U << kExecModePos |
| |
|
static constexpr u32 | kExecModeHandler = 1U << kExecModePos |
| |
|
static constexpr u32 | kControlSpSelMsk = 1U << kControlSpSelPos |
| |
|
static constexpr u32 | kControlNPrivMsk = 1U << kControlNPrivPos |
| |
|
static constexpr u32 | kControlFpcaMsk = 1U << kControlFpcaPos |
| |
The documentation for this struct was generated from the following file: