|
|
static constexpr u8 | kNPrivPos = 0U |
| |
|
static constexpr u8 | kSpselPos = 1U |
| |
|
static constexpr u8 | kFpcaPos = 2U |
| |
|
static constexpr u32 | kNPrivMsk = 1U << kNPrivPos |
| |
|
static constexpr u32 | kSpselMsk = 1U << kSpselPos |
| |
|
static constexpr u32 | kFpcaMsk = 1U << kFpcaPos |
| |
|
static constexpr u32 | kControlBit1toBit0Msk = BitMask<kSpselPos, kNPrivPos>() |
| |
|
static constexpr u32 | kControlBit2toBit0Msk = BitMask<kFpcaPos, kNPrivPos>() |
| |
The documentation for this struct was generated from the following file: