|
|
static constexpr u8 | kBit7Pos = 7U |
| |
|
static constexpr u8 | kBit0Pos = 0U |
| |
|
static constexpr u32 | kMsk = BitMask<kBit7Pos, kBit0Pos>() |
| |
|
static constexpr u8 | kMmarValidBitPos = 7U |
| |
|
static constexpr u32 | kMmarValidMsk = 1U << kMmarValidBitPos |
| |
|
static constexpr u8 | kLsperrBitPos = 5U |
| |
|
static constexpr u32 | kLsperrMsk = 1U << kLsperrBitPos |
| |
|
static constexpr u8 | kStkerrBitPos = 4U |
| |
|
static constexpr u32 | kStkerrMsk = 1U << kStkerrBitPos |
| |
|
static constexpr u8 | kUnstkerrBitPos = 3U |
| |
|
static constexpr u32 | kUnstkerrMsk = 1U << kUnstkerrBitPos |
| |
|
static constexpr u8 | kDaccViolBitPos = 1U |
| |
|
static constexpr u32 | kDaccViolMsk = 1U << kDaccViolBitPos |
| |
|
static constexpr u8 | kIaccViolBitPos = 0U |
| |
|
static constexpr u32 | kIaccViolMsk = 1U << kIaccViolBitPos |
| |
The documentation for this struct was generated from the following file: